„Scripte/Dockerfile“ ändern

This commit is contained in:
Christian Seyfferth 2020-05-08 07:11:08 +02:00
parent f019f28f6e
commit 7d12b2fe89

View File

@ -1,6 +1,3 @@
FROM node:14-alpine FROM node:14-alpine
RUN apk update RUN apk --no-cache add python make gcc g++ graphicsmagick
RUN apk add graphicsmagick
RUN apk add python3
RUN apk add make
RUN npm install -g gulp RUN npm install -g gulp