From 2dbbeb8567e775165542d82ae5550c6e9f78ecc8 Mon Sep 17 00:00:00 2001
From: Quentin Duchemin <quentinduchemin@tuta.io>
Date: Sun, 8 Dec 2019 18:22:39 +0100
Subject: [PATCH] Fix bad npm argument

---
 pica-oh-my-form/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pica-oh-my-form/Dockerfile b/pica-oh-my-form/Dockerfile
index 4cc22f4d..ffcb026a 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 \
-- 
GitLab