Skip to content

Commit

Permalink
Move nfs-utils to common build target in opensuse flavor
Browse files Browse the repository at this point in the history
relates to issue kairos-io#1538 and pr kairos-io#2340

Signed-off-by: Kai Ehrhardt <ehrhardt.kai@gmail.com>
  • Loading branch information
kaiehrhardt committed Apr 20, 2024
1 parent 0050f2a commit 6e28bfa
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 6e28bfa

Please sign in to comment.