Skip to content

Commit

Permalink
add ssh client
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxtof committed Apr 19, 2024
1 parent 7ec1299 commit 4fb400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM registry.suse.com/bci/bci-base:15.4.27.14.23
ENV SSL_CERT_DIR /etc/rancher/ssl

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

Expand Down

0 comments on commit 4fb400d

Please sign in to comment.