From 0acf949d11d6b66c1bb70d3931dcb7d67880f7ce Mon Sep 17 00:00:00 2001 From: Hornwitser Date: Sat, 13 Jul 2024 16:27:37 +0200 Subject: [PATCH] Add OpenSSH client --- Dockerfile | 1 + Readme.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 6160703..b99edf1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN set -eux; \ ca-certificates \ curl \ git \ + openssh-client \ ; \ install -m 0755 -d /etc/apt/keyrings; \ curl -sSL https://download.docker.com/linux/debian/gpg -o /etc/apt/keyrings/docker.asc; \ diff --git a/Readme.md b/Readme.md index 5cecca6..636556c 100644 --- a/Readme.md +++ b/Readme.md @@ -8,3 +8,4 @@ Common docker image used for running application builds, CI pipelines, and deplo - `curl` - `git` - `kubectl` +- `ssh`