We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ec1299 + 4fb400d commit be66e90Copy full SHA for be66e90
1 file changed
package/Dockerfile
@@ -3,7 +3,7 @@ FROM registry.suse.com/bci/bci-base:15.4.27.14.23
3
ENV SSL_CERT_DIR /etc/rancher/ssl
4
5
RUN zypper -n update && \
6
- 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 && \
7
zypper -n clean -a && \
8
rm -rf /tmp/* /var/tmp/* /usr/share/doc/packages/*
9
0 commit comments