Skip to content

Commit

Permalink
change image user to root
Browse files Browse the repository at this point in the history
  • Loading branch information
tdavidcl committed Aug 21, 2024
1 parent b902600 commit 9bddfbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/ubuntu20/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ RUN apt update -y && apt upgrade -y && apt install -y \

RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers

USER docker
#USER docker

WORKDIR /home/docker
2 changes: 1 addition & 1 deletion images/ubuntu_latest/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ RUN apt update -y && apt upgrade -y && apt install -y \

RUN echo 'docker ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers

USER docker
#USER docker

WORKDIR /home/docker

0 comments on commit 9bddfbc

Please sign in to comment.