diff options
Diffstat (limited to 'testing/docker/fedora29/Dockerfile')
-rw-r--r-- | testing/docker/fedora29/Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/docker/fedora29/Dockerfile b/testing/docker/fedora29/Dockerfile index 65a0c60e..15dfb348 100644 --- a/testing/docker/fedora29/Dockerfile +++ b/testing/docker/fedora29/Dockerfile @@ -1,6 +1,6 @@ FROM fedora:29 -ARG CTNG_UID -ARG CTNG_GID +ARG CTNG_UID=1000 +ARG CTNG_GID=1000 RUN groupadd -g $CTNG_GID ctng RUN useradd -d /home/ctng -m -g $CTNG_GID -u $CTNG_UID -s /bin/bash ctng RUN yum install -y autoconf gperf bison file flex texinfo help2man gcc-c++ libtool make patch \ |