diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index 64fc494..28ea489 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 python +RUN app add python3 RUN npm install -g gulp \ No newline at end of file