From 9d5cbd6ef3b4078074ad0ef3c3704373dcbdfe60 Mon Sep 17 00:00:00 2001 From: Valvin Date: Sun, 21 Jul 2019 16:59:40 +0200 Subject: [PATCH] fix(Dockerfile): remove rsync not used anymore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5dfc8b3..e66ba6b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \