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 a556a23 commit 7703f51Copy full SHA for 7703f51
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
+RUN apk --no-cache add postgresql-libs ca-certificates libxslt jpeg zlib file libxml2 libmagic
14
# PDF Generation: weasyprint
15
RUN apk --no-cache add cairo-dev pango-dev ttf-opensans
16
0 commit comments