diff --git a/Dockerfile b/Dockerfile index e24ee9f63..3112e8340 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM node:10-alpine +RUN apk add --no-cache python WORKDIR /app COPY . /app