Skip to content

Commit

Permalink
fix: no sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
pasqualedevita committed Oct 12, 2022
1 parent cca72ec commit 1a647e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ RUN bash bin/installdependencies.sh

RUN useradd github && \
chown -R github:github /actions-runner
# usermod -aG sudo github && \
# echo "github ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \

COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 1a647e3

Please sign in to comment.