We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7703f51 commit ad2e32cCopy full SHA for ad2e32c
Dockerfile
@@ -10,7 +10,7 @@ RUN apk update && \
10
# PDF Generation: weasyprint (libffi-dev jpeg-dev already included above)
11
RUN apk add --virtual gdk-pixbuf-dev
12
13
-RUN apk --no-cache add postgresql-libs ca-certificates libxslt jpeg zlib file libxml2 libmagic
+RUN apk --no-cache add postgresql-libs ca-certificates libxslt jpeg zlib file libxml2
14
# PDF Generation: weasyprint
15
RUN apk --no-cache add cairo-dev pango-dev ttf-opensans
16
@@ -35,6 +35,8 @@ RUN poetry export -f requirements.txt --without-hashes --only main | poetry run
35
36
FROM base
37
38
+RUN apk --no-cache add libmagic
39
+
40
COPY --from=builder /opt/pysetup/.venv /opt/pysetup/.venv
41
42
ENV PATH="/opt/pysetup/.venv/bin:$PATH"
0 commit comments