Explorar el Código

fix: install numpy for inkscape

Emrik Östling hace 5 meses
padre
commit
0e61051fc6
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Dockerfile

+ 2 - 1
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/