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 2c61852 commit 458b751Copy full SHA for 458b751
Dockerfile
@@ -37,11 +37,10 @@ ENV OPERATOR=/manager \
37
RUN if grep -q 'Ubuntu' /etc/os-release; then \
38
apt-get update && \
39
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 && \
43
apt-get install -y --no-install-recommends unattended-upgrades && \
44
- unattended-upgrades -v --security && \
+ useradd -ms /bin/bash nonroot -u 1001 && \
+ unattended-upgrades -v && \
45
apt-get clean && rm -rf /var/lib/apt/lists/*; \
46
else \
47
yum -y install shadow-utils && \
0 commit comments