This time we have the correct font

This commit is contained in:
Paul Mathieu 2025-08-05 21:42:23 +02:00
parent d706ae1645
commit 50df9778e2

View File

@ -1,6 +1,6 @@
FROM alpine:3.18
RUN apk --no-cache add python3 inkscape bash imagemagick ghostscript font-droid
RUN apk --no-cache add python3 inkscape bash imagemagick ghostscript font-noto
RUN apk --no-cache add py3-pip && pip3 install --break-system-packages django tzdata gunicorn
ADD backend /zetikettes