fix gid
This commit is contained in:
parent
ff007d096a
commit
65a5fdde20
@ -8,7 +8,7 @@ RUN \
|
||||
apt update && \
|
||||
apt install -y gnucobol && \
|
||||
mkdir /work && \
|
||||
useradd -d /work -g 1000 -u 1000 user
|
||||
useradd -d /work -u 1000 user
|
||||
|
||||
VOLUME /work
|
||||
WORKDIR /work
|
||||
|
Loading…
x
Reference in New Issue
Block a user