From d8e9e52ec944b8b55212b2739d7e5f7cd9a8af5b Mon Sep 17 00:00:00 2001 From: nimalank7 Date: Thu, 19 Oct 2023 09:29:34 +0100 Subject: [PATCH] 186049138 - awscli docker image uses openssh-client rather than openssh Description: - There is no need for the server packages as in paas-bootstrap we only use it to generate ssh-keys --- awscli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awscli/Dockerfile b/awscli/Dockerfile index e000f40b..3c6f4f43 100644 --- a/awscli/Dockerfile +++ b/awscli/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ less>=590-r0 \ python3~3.10 \ py3-pip~22 \ - openssh \ + openssh-client \ && pip3 install \ awscli==$AWSCLI_VERSION \ pyyaml==5.3.1