Skip to content

Commit

Permalink
Revert "sudo privileges to container user (#169)" (#185)
Browse files Browse the repository at this point in the history
This reverts commit e8fb2f6.
  • Loading branch information
saurabh-prakash authored Jun 7, 2022
1 parent 5248e9e commit 63bc9e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build/nucleus/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ RUN tar -zcf /custom-runners/custom-runners.tgz node_modules
RUN rm -rf /tmp/custom-runners

RUN useradd -u 8877 -ms /bin/bash nucleus
RUN usermod -aG sudo nucleus

# install nvm for nucleus user
RUN su - nucleus -c "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | /bin/bash"
Expand Down

0 comments on commit 63bc9e5

Please sign in to comment.