Skip to content

Commit

Permalink
Merge pull request #4 from harrison-ai/feature/openssh-client
Browse files Browse the repository at this point in the history
add openssh-client to terraform image
  • Loading branch information
anaoum authored Jul 27, 2022
2 parents b60af01 + f296a24 commit dfe6666
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ COPY --from=builder /usr/local/aws-cli /usr/local/aws-cli

RUN ln -s /usr/local/aws-cli/v2/current/dist/aws /usr/local/bin/aws && \
apt-get update && \
apt-get install --no-install-recommends -y git && \
apt-get install --no-install-recommends -y \
openssh-client \
git && \
rm -rf /var/lib/apt/lists/*

WORKDIR /app
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The image is based on the [official Python 3 Docker image](https://hub.docker.co
* [Terraform CLI](https://www.terraform.io/docs/commands/index.html)
* [AWS CLI](https://aws.amazon.com/cli/)
* [Git](https://git-scm.com/)
* [OpenSSH Client](https://www.openssh.com)

## 🚀 Usage

Expand Down

0 comments on commit dfe6666

Please sign in to comment.