Add OpenSSH client

This commit is contained in:
Hornwitser 2024-07-13 16:27:37 +02:00
parent d801fe60a1
commit 0acf949d11
2 changed files with 2 additions and 0 deletions

View file

@ -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; \

View file

@ -8,3 +8,4 @@ Common docker image used for running application builds, CI pipelines, and deplo
- `curl`
- `git`
- `kubectl`
- `ssh`