Add OpenSSH client
This commit is contained in:
parent
d801fe60a1
commit
0acf949d11
2 changed files with 2 additions and 0 deletions
|
@ -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; \
|
||||
|
|
|
@ -8,3 +8,4 @@ Common docker image used for running application builds, CI pipelines, and deplo
|
|||
- `curl`
|
||||
- `git`
|
||||
- `kubectl`
|
||||
- `ssh`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue