Skip to content

Commit

Permalink
fixed ubuntu dockerfile
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 1de28ea commit b2171d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ ENV OPERATOR=/manager \
USER_UID=1001 \
USER_NAME=nonroot

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

0 comments on commit b2171d3

Please sign in to comment.