From f8b9952e79ca5fa380f544065234a4795ebcd573 Mon Sep 17 00:00:00 2001 From: Christian Seyfferth Date: Fri, 8 May 2020 09:38:19 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index 10886e6..9e4b1b1 100644 --- a/Scripte/Dockerfile +++ b/Scripte/Dockerfile @@ -1,3 +1,3 @@ FROM node:14-alpine -RUN apk --no-cache add python make gcc g++ graphicsmagick +RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf RUN npm install -g gulp \ No newline at end of file