Skip to content

Commit

Permalink
add all
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Jul 30, 2024
1 parent 9734c36 commit 80a0bda
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 @@ -3,7 +3,8 @@ FROM ubuntu:20.04
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
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

USER ubuntu

Expand Down

0 comments on commit 80a0bda

Please sign in to comment.