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 467610d commit 17d62efCopy full SHA for 17d62ef
Dockerfile
@@ -35,7 +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
+# these libs are necessary for operation
39
+RUN apk --no-cache add libmagic cairo pango ttf-opensans
40
41
COPY --from=builder /opt/pysetup/.venv /opt/pysetup/.venv
42
0 commit comments