Skip to content

Commit

Permalink
Fix problem with ssh GSSAPIAuthentication
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Nov 19, 2024
1 parent 9d6c331 commit bc3c12d
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 @@ -36,7 +36,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 openssh-client tflint=${TFLINT_VERSION} \
openssl envsubst aws-cli=${AWSCLI_VERSION} docker-cli fzf bash fzf openssh-client-krb5 tflint=${TFLINT_VERSION} \
pre-commit

# Rootless user
Expand Down

0 comments on commit bc3c12d

Please sign in to comment.