From 269dafd49cdaee256e22af553f213acfde568fcd Mon Sep 17 00:00:00 2001 From: Sean Gillespie Date: Wed, 18 May 2016 14:35:58 -0400 Subject: [PATCH] Remove "adduser" block Besides incorrect usage, this is not required because the apt script creates the gitlab-runner user anyways. --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc292c1..b709dc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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