We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 012a3f6 commit 333d17bCopy full SHA for 333d17b
Dockerfile
@@ -7,6 +7,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --force-yes libxml2-dev li
7
RUN gem install bundle --no-ri --no-rdoc
8
9
RUN adduser --disabled-login --gecos 'GitLab CI' gitlab_ci
10
+RUN usermod -a -G crontab gitlab_ci
11
12
RUN cd /home/gitlab_ci; sudo -u gitlab_ci -H git clone -b 5-0-stable --depth 1 https://github.com/gitlabhq/gitlab-ci.git gitlab-ci
13
RUN cd /home/gitlab_ci/gitlab-ci; sudo -u gitlab_ci -H mkdir -p tmp/pids tmp/sockets log
0 commit comments