From 0e61051fc6be188164c3865b4fb579c140859fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emrik=20=C3=96stling?= Date: Wed, 5 Feb 2025 14:17:55 +0100 Subject: [PATCH] fix: install numpy for inkscape --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c6ea422..e35d692 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,8 @@ RUN apk --no-cache add \ inkscape \ poppler-utils \ gcompat \ - libva-utils + libva-utils \ + py3-numpy RUN apk --no-cache add qt6-qtbase-private-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/