Skip to content

Commit 9af0f4d

Browse files
committed
Add git to CI container
1 parent be31356 commit 9af0f4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM skilldlabs/docker-phpcs-drupal:latest
33
MAINTAINER Andriy Yun <[email protected]>
44
MAINTAINER Andy Postnikov <[email protected]>
55

6-
RUN curl -o /usr/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/binaries/gitlab-ci-multi-runner-linux-amd64 \
6+
RUN apk add --no-cache git \
7+
&& curl -o /usr/bin/gitlab-ci-multi-runner https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/binaries/gitlab-ci-multi-runner-linux-amd64 \
78
&& chmod +x /usr/bin/gitlab-ci-multi-runner \
89
&& ln -s /usr/bin/gitlab-ci-multi-runner /usr/bin/gitlab-runner \
910
&& ln -s /usr/bin/gitlab-ci-multi-runner /usr/bin/gitlab-runner-helper

0 commit comments

Comments
 (0)