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 a5a051e commit 3292fd0Copy full SHA for 3292fd0
e2e/testdata/Dockerfile.connhelper-ssh
@@ -7,6 +7,7 @@ ARG ENGINE_VERSION=28
7
FROM docker:${ENGINE_VERSION}-dind
8
9
RUN apk --no-cache add openssl openssh-client openssh-server shadow \
10
+ && apk --no-cache upgrade openssl openssh-client openssh-server \
11
&& useradd --create-home --shell /bin/sh --password $(head -c32 /dev/urandom | base64) penguin \
12
&& usermod -aG docker penguin \
13
&& ssh-keygen -A
0 commit comments