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 6f7322a commit 9c90276Copy full SHA for 9c90276
Dockerfile
@@ -36,7 +36,9 @@ RUN poetry export -f requirements.txt --without-hashes --only main | poetry run
36
FROM base
37
38
# these libs are necessary for operation
39
-RUN apk --no-cache add libmagic cairo pango ttf-opensans
+RUN apk --no-cache add libmagic cairo pango ttf-opensans && \
40
+ apk --no-cache add postgresql-libs libxslt jpeg zlib libxml2 # those *might* be useful
41
+RUN fc-cache -f
42
43
COPY --from=builder /opt/pysetup/.venv /opt/pysetup/.venv
44
0 commit comments