From f4ed7d5f6d112d26cc7b4e0b0d9230d633f552b9 Mon Sep 17 00:00:00 2001 From: Christian Date: Thu, 7 May 2020 21:47:50 +0200 Subject: [PATCH] [TASK] add python to image --- Scripte/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Scripte/Dockerfile b/Scripte/Dockerfile index 8d442a0..64fc494 100644 --- a/Scripte/Dockerfile +++ b/Scripte/Dockerfile @@ -1,4 +1,5 @@ FROM node:14-alpine RUN apk update RUN apk add graphicsmagick +RUN app add python RUN npm install -g gulp \ No newline at end of file