Skip to content

Commit a32f86d

Browse files
authored
Merge pull request #2321 from kubet/feat/rework-desing-mobile
fix: deploy issue
2 parents 7b19f7d + 79d64ff commit a32f86d

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

backend/Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ RUN apk add --no-cache curl git \
99
gcc \
1010
linux-headers \
1111
musl-dev \
12-
python3-dev
12+
python3-dev \
13+
# Dependencies for WeasyPrint (PDF generation)
14+
pango \
15+
cairo \
16+
gdk-pixbuf \
17+
libffi \
18+
fontconfig \
19+
ttf-dejavu \
20+
ttf-liberation
1321

1422
# Install Python dependencies
1523
COPY pyproject.toml uv.lock ./

0 commit comments

Comments
 (0)