Add missing dependency

This commit is contained in:
Paul Mathieu 2025-02-11 14:23:14 +00:00
parent bbc59931e1
commit 0c574ca913

View File

@ -1,6 +1,6 @@
FROM alpine 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 RUN apk --no-cache add py3-pip && pip3 install --break-system-packages django tzdata gunicorn
ADD backend /root/zetikettes ADD backend /root/zetikettes