diff options
Diffstat (limited to 'testing/docker/alpine3.8/Dockerfile')
-rw-r--r-- | testing/docker/alpine3.8/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/docker/alpine3.8/Dockerfile b/testing/docker/alpine3.8/Dockerfile index bfef1bd4..43da7acd 100644 --- a/testing/docker/alpine3.8/Dockerfile +++ b/testing/docker/alpine3.8/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.8 -ARG CTNG_UID -ARG CTNG_GID +ARG CTNG_UID=1000 +ARG CTNG_GID=1000 RUN addgroup -g $CTNG_GID ctng RUN adduser -D -h /home/ctng -G ctng -u $CTNG_UID -s /bin/bash ctng # Activate community and testing repositories |