remove accessing user dir
This commit is contained in:
parent
c1e3f42625
commit
bc399d9257
|
|
@ -16,5 +16,4 @@ FROM debian:9.11
|
||||||
RUN groupadd testgroup && \
|
RUN groupadd testgroup && \
|
||||||
useradd --create-home --gid testgroup alice
|
useradd --create-home --gid testgroup alice
|
||||||
|
|
||||||
USER alice
|
USER alice
|
||||||
RUN touch ~/hello
|
|
||||||
Loading…
Reference in New Issue