浏览代码

fix: install numpy for inkscape

Emrik Östling 5 月之前
父节点
当前提交
0e61051fc6
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -54,7 +54,8 @@ RUN apk --no-cache add  \
   inkscape \
   inkscape \
   poppler-utils \
   poppler-utils \
   gcompat \
   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/
 RUN apk --no-cache add qt6-qtbase-private-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/