Skip to content

Commit

Permalink
Update base-20.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisKofman committed Jan 24, 2024
1 parent 46677f0 commit d022019
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/base-20.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ RUN groupadd docker --gid 123 \
&& echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers \
&& echo "Defaults env_keep += \"DEBIAN_FRONTEND\"" >> /etc/sudoers

RUN install -o node -g docker -m 755 docker/* /usr/bin/ && rm -rf docker
RUN install -o node -g docker -m 755 docker/* /usr/bin/ && rm -rf docker

USER node

0 comments on commit d022019

Please sign in to comment.