Skip to content

Commit be66e90

Browse files
authored
Merge pull request #240 from tuxtof/fix/missing-ssh
re-add ssh client to rancher-machine container
2 parents 7ec1299 + 4fb400d commit be66e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM registry.suse.com/bci/bci-base:15.4.27.14.23
33
ENV SSL_CERT_DIR /etc/rancher/ssl
44

55
RUN zypper -n update && \
6-
zypper -n install git-core curl ca-certificates unzip mkisofs xz gzip sed tar && \
6+
zypper -n install git-core curl ca-certificates unzip mkisofs xz gzip sed tar openssh-clients && \
77
zypper -n clean -a && \
88
rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*
99

0 commit comments

Comments
 (0)