Skip to content
Snippets Groups Projects
Verified Commit 0192fa4d authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

Remove git version constraint

parent d4f3d8d4
No related branches found
No related tags found
No related merge requests found
Pipeline #51016 failed
......@@ -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 git=2.20.1-r0 python=2.7.16-r1 \
RUN apk add --no-cache git 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment