diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index 28ea489..a4df640 100644 --- a/Scripte/Dockerfile +++ b/Scripte/Dockerfile @@ -1,5 +1,5 @@ FROM node:14-alpine RUN apk update RUN apk add graphicsmagick -RUN app add python3 +RUN apk add python3 RUN npm install -g gulp \ No newline at end of file