From 7d12b2fe89d5b59e440ef71d0463fb3e00cbd072 Mon Sep 17 00:00:00 2001 From: Christian Seyfferth Date: Fri, 8 May 2020 07:11:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9EScripte/Dockerfile=E2=80=9C=20=C3=A4nd?= =?UTF-8?q?ern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Scripte/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index 366d872..10886e6 100644 --- a/Scripte/Dockerfile +++ b/Scripte/Dockerfile @@ -1,6 +1,3 @@ FROM node:14-alpine -RUN apk update -RUN apk add graphicsmagick -RUN apk add python3 -RUN apk add make +RUN apk --no-cache add python make gcc g++ graphicsmagick RUN npm install -g gulp \ No newline at end of file