We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba29e4 commit 2c61852Copy full SHA for 2c61852
Dockerfile
@@ -36,7 +36,7 @@ ENV OPERATOR=/manager \
36
# Install necessary packages and configure user
37
RUN if grep -q 'Ubuntu' /etc/os-release; then \
38
apt-get update && \
39
- apt-get install -y --no-install-recommends passwd=1:4.13+dfsg1-4ubuntu3 && \
+ apt-get install -y --no-install-recommends passwd && \
40
useradd -ms /bin/bash nonroot -u 1001 && \
41
apt-get install -y --no-install-recommends krb5-locales && \
42
apt-get upgrade -y && \
0 commit comments