Skip to content
Snippets Groups Projects
Commit 3d6fad81 authored by jurgenhaas's avatar jurgenhaas
Browse files

Merge branch 'jurgenhaas-master-patch-19891' into 'master'

Add git

See merge request !2
parents e7097abc 3753e007
No related branches found
No related tags found
1 merge request!2Add git
Pipeline #494695 skipped
......@@ -5,7 +5,7 @@ node:
stage: build
parallel:
matrix:
- VERSION: ['8-jessie-slim','10-jessie-slim','12-stretch-slim','13-stretch-slim']
- VERSION: ['8-jessie-slim','10-jessie-slim','12-stretch-slim','13-stretch-slim','14-stretch-slim','16-stretch-slim']
script:
- docker build --pull --build-arg NODE_VERSION=${VERSION} -t $CI_REGISTRY_IMAGE:${VERSION} .
- docker push $CI_REGISTRY_IMAGE:${VERSION}
......
......@@ -7,7 +7,7 @@ LABEL com.example.vendor="LakeDrops" \
description="Node container with build tools included."
RUN apt-get update -y && \
apt-get install -y -q python3 make g++ curl && \
apt-get install -y -q python3 make g++ curl git && \
ln -s python3 /usr/bin/python && \
\
apt-get clean && \
......
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