Skip to content
Snippets Groups Projects
Commit e33d351e authored by Jason Plum's avatar Jason Plum
Browse files

SLES: add missing openssh

We somehow managed to miss the the container didn't contain `openssh` package.
Fix this, as it is blocking the final move to shared runners.

Closes #10
parent 118ae080
Branches
Tags
No related merge requests found
......@@ -18,6 +18,7 @@ RUN pushd /root/repos && ./connect_repos ; \
zypper addrepo http://download.opensuse.org/repositories/devel:/languages:/perl/SLE_12_SP2/devel:languages:perl.repo ; \
zypper -q -n --gpg-auto-import-keys update ; \
zypper -q -n install \
openssh \
vim \
gcc \
gcc-c++ \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment