Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
Add openssh-server and sudo to node image (#27)
Browse files Browse the repository at this point in the history
This is no hard requirement. However, it helps us validating if OSC units related to node SSH access are deployed successfully.
  • Loading branch information
oliver-goetz authored Jan 26, 2024
1 parent e081f50 commit 0f9efa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TARGETOS
ARG TARGETARCH

RUN apt-get update -yq && \
apt-get install -yq --no-install-recommends wget apparmor apparmor-utils jq
apt-get install -yq --no-install-recommends wget apparmor apparmor-utils jq openssh-server sudo

# Gardener's cloud-config-downloader still needs the docker CLI to be present in the image for preloading the hyperkube image,
# see https://github.com/gardener/gardener/issues/4673
Expand Down

0 comments on commit 0f9efa3

Please sign in to comment.