diff --git a/Dockerfile b/Dockerfile index 3bee94b1..9e80c31d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:10-alpine MAINTAINER OhMyForm # Install some needed packages -RUN apk add --no-cache git \ +RUN apk add --no-cache git python \ && rm -rf /tmp/* \ && npm install --quiet -g grunt bower pm2 \ && npm cache clean --force \