diff --git a/pica-oh-my-form/Dockerfile b/pica-oh-my-form/Dockerfile index 4cc22f4ddd829e213f035b7dc9489ab49420f85d..ffcb026a5ec27f4429060a5ece6f1e67c298c16f 100644 --- a/pica-oh-my-form/Dockerfile +++ b/pica-oh-my-form/Dockerfile @@ -9,7 +9,7 @@ RUN addgroup --gid 9999 ohmyform && adduser -D --uid 9999 -G ohmyform ohmyform RUN apk add --no-cache python=2.7.16-r1 \ && rm -rf /tmp/* \ && npm install --quiet -g grunt@1.0.4 bower@1.8.8 pm2@3.5.1 \ - && npm cache clean --force \ + && npm cache clean RUN wget -O omf.tar.gz https://github.com/ohmyform/ohmyform/archive/${OHMYFORM_VERSION}.tar.gz \ && tar --strip-components=1 -x -f omf.tar.gz -C /opt/app \