diff --git a/awscli/Dockerfile b/awscli/Dockerfile index 7b142c6b..e000f40b 100644 --- a/awscli/Dockerfile +++ b/awscli/Dockerfile @@ -7,6 +7,7 @@ RUN apk add --no-cache \ less>=590-r0 \ python3~3.10 \ py3-pip~22 \ + openssh \ && pip3 install \ awscli==$AWSCLI_VERSION \ pyyaml==5.3.1