Skip to content

Commit

Permalink
Add openssh-server
Browse files Browse the repository at this point in the history
Fixed rancher#1141

(also drop iputils because [it's included in base](rancher#1138))

Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
  • Loading branch information
kkaempf committed Dec 22, 2023
1 parent 04cd365 commit 95ebb89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .obs/dockerfile/slem-flavored-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN if [[ "%%BUILD_FLAVOR%%" == "kvm-" ]]; then \
zypper in --no-recommends -y kernel-default-base -kernel-default; \
else \
# extend -base with baremetal and usability packages \
zypper in --no-recommends -y procps openssl openssh vim-small less iputils kernel-firmware-all NetworkManager-wwan cryptsetup; \
zypper in --no-recommends -y procps openssl openssh openssh-server vim-small less kernel-firmware-all NetworkManager-wwan cryptsetup; \
fi

ARG SLEMICRO_VERSION
Expand Down

0 comments on commit 95ebb89

Please sign in to comment.