Skip to content

Commit

Permalink
add suo
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Jul 30, 2024
1 parent 80a0bda commit acc0fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/minimal-runner-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ RUN apt -yq update && \
apt -yq install --no-install-recommends git curl wget ca-certificates

RUN groupadd -g 1000 ubuntu && useradd -ms /bin/bash -u 1000 -g 1000 ubuntu && \
groupadd -g 1001 buildifier && useradd -ms /bin/bash -u 1001 -g 1001 buildifier
groupadd -g 1001 buildifier && useradd -ms /bin/bash -u 1001 -g 1001 buildifier && \
echo "ALL ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers

USER ubuntu

Expand Down

0 comments on commit acc0fda

Please sign in to comment.