Skip to content

Commit

Permalink
Run without package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Nov 15, 2024
1 parent 4ba29e4 commit 2c61852
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 @@ -36,7 +36,7 @@ ENV OPERATOR=/manager \
# Install necessary packages and configure user
RUN if grep -q 'Ubuntu' /etc/os-release; then \
apt-get update && \
apt-get install -y --no-install-recommends passwd=1:4.13+dfsg1-4ubuntu3 && \
apt-get install -y --no-install-recommends passwd && \
useradd -ms /bin/bash nonroot -u 1001 && \
apt-get install -y --no-install-recommends krb5-locales && \
apt-get upgrade -y && \
Expand Down

0 comments on commit 2c61852

Please sign in to comment.