diff --git a/Dockerfile b/Dockerfile index 231f498..069885a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine -RUN apk --no-cache add python3 inkscape bash imagemagick ttf-opensans +RUN apk --no-cache add python3 inkscape bash imagemagick ghostscript ttf-opensans RUN apk --no-cache add py3-pip && pip3 install --break-system-packages django tzdata gunicorn ADD backend /root/zetikettes