Skip to content

Commit

Permalink
186049138 - Update awscli image to include openssh
Browse files Browse the repository at this point in the history
Description:
- paas-bootstrap's create-bosh-concourse [pipeline](https://github.com/alphagov/paas-bootstrap/blob/9061827f4c35ac844d1e4dfdefb2eb3e167cf13f/concourse/pipelines/create-bosh-concourse.yml#L645) installs openssh using apk but it should be bundled as part of the docker image
- Bundle openssh into the awscli docker image
  • Loading branch information
nimalank7 committed Oct 17, 2023
1 parent 9e1ed8f commit 51c3ab5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awscli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 51c3ab5

Please sign in to comment.