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