diff --git a/Dockerfile b/Dockerfile index a84f5bf..e7843b0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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