From 8e8feafd62b2f92c91d40da66b9a4ea0875f9cd9 Mon Sep 17 00:00:00 2001 From: Christian Date: Fri, 8 May 2020 18:29:28 +0200 Subject: [PATCH] Dockerfile updated --- Scripte/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index ab09677..34f60d7 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 autoconf automake libtool zlib file pkgconfig +RUN apk --no-cache add python make gcc g++ graphicsmagick autoconf automake libtool zlib file pkgconfig nasm RUN npm install -g gulp \ No newline at end of file