Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-gaitzsch committed Mar 13, 2024
1 parent e8f420e commit 2644c77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ COPY --from=build-service /build/pdf-turtle /app/pdf-turtle
COPY --from=build-playground /app/dist /app/static-files/extern/playground

RUN apt-get -y update
RUN apt-get -y install media-types ca-certificates fonts-open-sans fonts-roboto fonts-noto-color-emoji
RUN apt-get -y install media-types ca-certificates fonts-open-sans fonts-roboto fonts-noto-color-emoji
RUN apt-get clean
RUN rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 2644c77

Please sign in to comment.