From a7706883fe3150158605cc2e3bc29f505a98abcf Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 8 May 2020 17:25:04 +0200 Subject: [PATCH] Dockerfile updated --- Scripte/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index 33ea992..456253e 100644 --- a/Scripte/Dockerfile +++ b/Scripte/Dockerfile @@ -1,4 +1,3 @@ FROM node:14-alpine -RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf -RUN npm install -g gulp -RUN npm install gifsicle optipng \ No newline at end of file +RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf automake libtool +RUN npm install -g gulp \ No newline at end of file