add curl
This commit is contained in:
parent
82101e054e
commit
7ce22adeb7
|
@ -1,6 +1,6 @@
|
||||||
FROM alpine:edge
|
FROM alpine:edge
|
||||||
|
|
||||||
RUN apk --no-cache add zip libressl python2 python3 git npm jq \
|
RUN apk --no-cache add zip libressl python2 python3 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 \
|
||||||
|
|
Loading…
Reference in New Issue