Skip to content

Commit 2c61852

Browse files
committed
Run without package versions
1 parent 4ba29e4 commit 2c61852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ENV OPERATOR=/manager \
3636
# Install necessary packages and configure user
3737
RUN if grep -q 'Ubuntu' /etc/os-release; then \
3838
apt-get update && \
39-
apt-get install -y --no-install-recommends passwd=1:4.13+dfsg1-4ubuntu3 && \
39+
apt-get install -y --no-install-recommends passwd && \
4040
useradd -ms /bin/bash nonroot -u 1001 && \
4141
apt-get install -y --no-install-recommends krb5-locales && \
4242
apt-get upgrade -y && \

0 commit comments

Comments
 (0)