Skip to content

Commit

Permalink
186049138 - awscli docker image uses openssh-client rather than openssh
Browse files Browse the repository at this point in the history
Description:
- There is no need for the server packages as in paas-bootstrap we only use it to generate ssh-keys
  • Loading branch information
nimalank7 committed Oct 19, 2023
1 parent ac97869 commit d8e9e52
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 d8e9e52

Please sign in to comment.