Skip to content

Commit

Permalink
fix - adjust docker permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
chaddyc committed Jan 1, 2025
1 parent c4fd901 commit c53ba97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN useradd -m -s /bin/bash runner && \
echo "runner ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers

RUN getent group docker || groupadd -g 988 docker && \
usermod -aG runner docker
usermod -aG docker runner

# RUN groupadd -g 121 runner && \
# useradd -mr -d /home/runner -u 1001 -g 121 runner && \
Expand Down

0 comments on commit c53ba97

Please sign in to comment.