Skip to content

Commit

Permalink
comment install sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Reddy <vivekr@splunk.com>
  • Loading branch information
vivekr-splunk committed Apr 11, 2024
1 parent cec373f commit fddab97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ENV OPERATOR=/manager \
USER_UID=1001 \
USER_NAME=nonroot

# RUN sudo apt-get update -y
RUN apt-get update -y
RUN apt-get install -y sudo
# RUN sudo apt-get install -y libvshadow-utils
RUN sudo useradd -ms /bin/bash nonroot -u 1001
Expand Down

0 comments on commit fddab97

Please sign in to comment.