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