Skip to content

Commit

Permalink
everyone get in the docker group
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-morse-plastic committed Mar 27, 2024
1 parent 9d9ab85 commit d83ca44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions username-1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ RUN sudo groupadd -g 127 docker
RUN sudo useradd -u 1001 -g 127 -ms /bin/bash runner
RUN echo "%runner ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

RUN usermod -aG docker github
RUN usermod -aG docker runner

USER ${username}

# trust git folders with different owners
Expand Down

0 comments on commit d83ca44

Please sign in to comment.