Modify integration test for setting root user explicitly

This commit is contained in:
peter-evans 2018-10-18 18:08:34 +09:00
parent 49b2fa5199
commit 39d6dc1ce7
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ USER testuser:1001
RUN echo "hey2" >> /tmp/foo
USER root
RUN echo "hi" > $HOME/file
COPY context/foo $HOME/foo
RUN useradd -ms /bin/bash newuser
USER newuser