From d4f3d8d44e96402ab37545325d1606f68c4ec908 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Sun, 8 Dec 2019 21:17:24 +0100 Subject: [PATCH] Re-add git, needed for npm install --- 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 2baaaac7..9604cf66 100644 --- a/pica-oh-my-form/Dockerfile +++ b/pica-oh-my-form/Dockerfile @@ -6,7 +6,7 @@ ARG OHMYFORM_VERSION=0.2.3 RUN addgroup --gid 9999 ohmyform && adduser -D --uid 9999 -G ohmyform ohmyform # Install some needed packages -RUN apk add --no-cache python=2.7.16-r1 \ +RUN apk add --no-cache git=2.20.1-r0 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 -- GitLab