remove accessing user dir

This commit is contained in:
Tejal Desai 2020-03-04 13:43:23 -08:00
parent c1e3f42625
commit bc399d9257
1 changed files with 1 additions and 2 deletions

View File

@ -16,5 +16,4 @@ FROM debian:9.11
RUN groupadd testgroup && \
useradd --create-home --gid testgroup alice
USER alice
RUN touch ~/hello
USER alice