diff --git a/Dockerfile b/Dockerfile index bc9eeda..17c8885 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/README.md b/README.md index 8777e5c..fc63e09 100644 --- a/README.md +++ b/README.md @@ -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