File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ ENV OPERATOR=/manager \
3636# Install necessary packages and configure user
3737RUN if grep -q 'Ubuntu' /etc/os-release; then \
3838 apt-get update && \
39- apt-get install -y --no-install-recommends passwd=1:4.8.1-1ubuntu5.20.04 && \
39+ apt-get install -y --no-install-recommends passwd=1:4.13+dfsg1-4ubuntu3 && \
4040 useradd -ms /bin/bash nonroot -u 1001 && \
41- apt-get install -y --no-install-recommends krb5-locales=1.17-6ubuntu4.1 && \
41+ apt-get install -y --no-install-recommends krb5-locales && \
4242 apt-get upgrade -y && \
43- apt-get install -y --no-install-recommends unattended-upgrades=2.3ubuntu0.1 && \
43+ apt-get install -y --no-install-recommends unattended-upgrades && \
4444 unattended-upgrades -v --security && \
4545 apt-get clean && rm -rf /var/lib/apt/lists/*; \
4646 else \
You can’t perform that action at this time.
0 commit comments