From 50df9778e260a018860a7a334744e13c3128b041 Mon Sep 17 00:00:00 2001 From: Paul Mathieu Date: Tue, 5 Aug 2025 21:42:23 +0200 Subject: [PATCH] This time we have the correct font --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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