Skip to content

Commit 7703f51

Browse files
authored
Add libmagic to docker image (#8895)
1 parent a556a23 commit 7703f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ RUN apk update && \
1010
# PDF Generation: weasyprint (libffi-dev jpeg-dev already included above)
1111
RUN apk add --virtual gdk-pixbuf-dev
1212

13-
RUN apk --no-cache add postgresql-libs ca-certificates libxslt jpeg zlib file libxml2
13+
RUN apk --no-cache add postgresql-libs ca-certificates libxslt jpeg zlib file libxml2 libmagic
1414
# PDF Generation: weasyprint
1515
RUN apk --no-cache add cairo-dev pango-dev ttf-opensans
1616

0 commit comments

Comments
 (0)