fix(Dockerfile): remove rsync not used anymore

This commit is contained in:
Valvin 2019-07-21 16:59:40 +02:00
parent 09f0da1b8d
commit 9d5cbd6ef3
1 changed files with 1 additions and 1 deletions

View File

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