Skip to content

Commit

Permalink
🐛 Move nfs-utils to common build target in opensuse flavor (#2495)
Browse files Browse the repository at this point in the history
Move nfs-utils to common build target in opensuse flavor

relates to issue #1538 and pr #2340

Signed-off-by: Kai Ehrhardt <ehrhardt.kai@gmail.com>
  • Loading branch information
kaiehrhardt committed Apr 23, 2024
1 parent 2260180 commit cd6ef55
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion images/Dockerfile.kairos-opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ RUN zypper in --force-resolution -y \
mdadm \
multipath-tools \
nano \
nfs-utils \
nohang \
open-iscsi \
openssh \
Expand Down Expand Up @@ -92,7 +93,6 @@ RUN zypper in --force-resolution -y \
grub2-x86_64-efi \
kernel-firmware-all \
nethogs \
nfs-utils \
patch \
systemd-sysvinit \
&& zypper cc
Expand Down
4 changes: 2 additions & 2 deletions images/Dockerfile.opensuse
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ RUN zypper in --force-resolution -y \
mdadm \
multipath-tools \
nano \
nfs-utils \
nohang \
open-iscsi \
openssh \
Expand Down Expand Up @@ -93,7 +94,6 @@ RUN zypper in --force-resolution -y \
grub2-x86_64-efi \
kernel-firmware-all \
nethogs \
nfs-utils \
patch \
systemd-sysvinit \
&& zypper cc
Expand Down Expand Up @@ -158,4 +158,4 @@ FROM ${MODEL} AS all
# be investigated further.
RUN zypper in --force-resolution -y \
kernel-default \
&& zypper cc
&& zypper cc

0 comments on commit cd6ef55

Please sign in to comment.