Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cnheitman committed Jul 6, 2023
1 parent 1fd69f2 commit 0bde106
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 @@ -99,7 +99,7 @@ ENV HFUZZ_PATH=/usr/local/bin
# Add new user.
RUN adduser --disabled-password --gecos '' pastis-user && \
adduser pastis-user sudo && \
echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
echo 'pastis-user ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers

# Switch to the new user.
USER pastis-user
Expand Down

0 comments on commit 0bde106

Please sign in to comment.