Skip to content

Commit

Permalink
Install ssh client
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Sep 16, 2024
1 parent 39126c6 commit 50c9f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN case $(uname -m) in \
# Core packages
RUN apk add --update --no-cache \
make ca-certificates zsh zsh-vcs jq zip shadow curl git vim bind-tools python3 py3-pip pipx kubectx \
openssl envsubst aws-cli=${AWSCLI_VERSION} docker-cli fzf bash fzf
openssl envsubst aws-cli=${AWSCLI_VERSION} docker-cli fzf bash fzf openssh-client

# Rootless user
RUN groupadd --gid $USER_GID $USERNAME ;\
Expand Down

0 comments on commit 50c9f57

Please sign in to comment.