Merge branch 'feat/inkscape1' into 'master'

fix: dockerfile - add pip package

See merge request valvin/hereva-rendrerer!1
This commit is contained in:
valvin 2020-07-23 20:01:19 +00:00
commit 4f86b4bbc3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM alpine:edge FROM alpine:edge
RUN apk --no-cache add zip libressl python2 python3 git npm jq curl \ RUN apk --no-cache add zip libressl python2 python3 py-pip git npm jq curl \
ghostscript-fonts fontconfig inkscape imagemagick exiftool graphicsmagick \ ghostscript-fonts fontconfig inkscape imagemagick exiftool graphicsmagick \
&& apk add --no-cache --virtual .build-deps alpine-sdk \ && apk add --no-cache --virtual .build-deps alpine-sdk \
&& npm install -g --unsafe-perm thumbsup \ && npm install -g --unsafe-perm thumbsup \