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.
2 parents 9c88b31 + b611f28 commit 734328eCopy full SHA for 734328e
e2e/testdata/Dockerfile.connhelper-ssh
@@ -7,8 +7,8 @@ ARG ENGINE_VERSION=28
7
FROM docker:${ENGINE_VERSION}-dind
8
9
# the openssh-client update is needed for security reasons when using docker:23.0-dind, currently maintained as an lts by mirantis
10
-RUN apk --no-cache upgrade openssh-client && \
11
- apk --no-cache add shadow openssh-server && \
+RUN apk --no-cache add openssl openssh-client openssh-server shadow && \
+ apk --no-cache upgrade openssl openssh-client openssh-server && \
12
# TODO(krissetto): `groupadd` can be removed once we only test against moby >= v24
13
# see https://github.com/docker-library/docker/pull/470
14
groupadd -f docker && \
0 commit comments