Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Remove "adduser" block
Browse files Browse the repository at this point in the history
Besides incorrect usage, this is not required because the apt
script creates the gitlab-runner user anyways.
  • Loading branch information
sgillespie committed May 18, 2016
1 parent 601f77b commit 269dafd
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ RUN curl \
# Install gitlab-runner
RUN apt-get install -y gitlab-ci-multi-runner

# Add a gitlab user
RUN adduser \
-h /home/gitlab-runner \
-s /bin/bash \
-D \
gitlab-runner
VOLUME /etc/gitlab-runner /home/gitlab

# Add the entrypoint
Expand Down

0 comments on commit 269dafd

Please sign in to comment.