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/*