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 b276c3a commit cec373f
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 @@ -34,7 +34,7 @@ ENV OPERATOR=/manager \
USER_NAME=nonroot

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

0 comments on commit cec373f

Please sign in to comment.