Skip to content

Commit

Permalink
chown should come after useradd
Browse files Browse the repository at this point in the history
  • Loading branch information
mstg committed Feb 2, 2024
1 parent b3c4890 commit 161bc1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ additional_build_steps:
- ADD _build/configs/sudoers /etc/sudoers
- RUN chmod 440 /etc/sudoers
- RUN mkdir -p /runner
- RUN chown -R ascender:wheel /runner
- RUN useradd -G wheel -M -u 1000 -d /runner ascender
- RUN chown -R ascender:wheel /runner

0 comments on commit 161bc1a

Please sign in to comment.