From f019f28f6e925e75975c9ad35e42e41e6a9c4953 Mon Sep 17 00:00:00 2001 From: Christian Seyfferth Date: Fri, 8 May 2020 07:01:21 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index a4df640..366d872 100644 --- a/Scripte/Dockerfile +++ b/Scripte/Dockerfile @@ -2,4 +2,5 @@ FROM node:14-alpine RUN apk update RUN apk add graphicsmagick RUN apk add python3 +RUN apk add make RUN npm install -g gulp \ No newline at end of file