Update Dockerfile

This commit is contained in:
Oskar 2022-01-30 18:09:50 +01:00 committed by GitHub
parent 4c2016fc0c
commit 6f9ef2a936
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -32,4 +32,5 @@ RUN useradd --create-home build
COPY sudoers /etc/sudoers
USER build
RUN sudo echo "Running 'sudo' for build: success"
RUN sudo echo "Running 'sudo' for build: success" \
&& cd /home/build