This commit is contained in:
MedzikUser 2021-10-09 15:33:34 +02:00
parent e0235dd80a
commit fdbb9f1d01
No known key found for this signature in database
GPG Key ID: 3AC8B718A75F3281
1 changed files with 1 additions and 3 deletions

View File

@ -10,6 +10,4 @@ ADD sudoers /etc/sudoers
USER archie
RUN echo "archie" | sudo echo "Running 'sudo' for archie: success"
RUN mkdir -p /home/archie
RUN sudo echo "Running 'sudo' for archie: success"