update dockerfile

This commit is contained in:
wodka 2019-09-11 23:38:53 +02:00
parent ba1c7a7683
commit 6bfa3ac728

View File

@ -2,7 +2,7 @@ FROM node:10-alpine
MAINTAINER OhMyForm <admin@ohmyform.com>
# 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 \