From 2644c77f209146c7d791b535097abee334c8a7c4 Mon Sep 17 00:00:00 2001 From: Lucas Gaitzsch Date: Wed, 13 Mar 2024 14:25:43 +0100 Subject: [PATCH] WIP --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a591d8c..a434cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/*