Skip to content

Commit

Permalink
Merge pull request #310 from alphagov/186049138-awscli-uses-openssh-c…
Browse files Browse the repository at this point in the history
…lient-not-server-packages

186049138 - awscli docker image uses openssh-client rather than openssh
  • Loading branch information
nimalank7 committed Oct 19, 2023
2 parents ac97869 + d8e9e52 commit 1125194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1125194

Please sign in to comment.