Skip to content

Commit 17d62ef

Browse files
authored
Add libraries necessary to start the backend (#8897)
1 parent 467610d commit 17d62ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ RUN poetry export -f requirements.txt --without-hashes --only main | poetry run
3535

3636
FROM base
3737

38-
RUN apk --no-cache add libmagic
38+
# these libs are necessary for operation
39+
RUN apk --no-cache add libmagic cairo pango ttf-opensans
3940

4041
COPY --from=builder /opt/pysetup/.venv /opt/pysetup/.venv
4142

0 commit comments

Comments
 (0)