Skip to content

Commit

Permalink
Add iputils
Browse files Browse the repository at this point in the history
to prevent wicked from being installed

Fixes #1138

Signed-off-by: Klaus Kämpf <kkaempf@suse.de>
  • Loading branch information
kkaempf committed Dec 22, 2023
1 parent 341d80a commit 4dbd2d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .obs/dockerfile/slem-base-os/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ RUN rpm --initdb --root /osimage
RUN zypper --installroot /osimage in --no-recommends -y filesystem

# make system bootable
RUN zypper --installroot /osimage in --no-recommends -y grub2 shim dracut kernel systemd bash
# iputils: https://github.com/rancher/elemental/issues/1138
RUN zypper --installroot /osimage in --no-recommends -y grub2 shim dracut iputils kernel systemd bash

#!ArchExclusiveLine: x86_64
RUN if [ `uname -m` = "x86-64" ]; then zypper --installroot /osimage in --no-recommends -y syslinux; fi
Expand Down

0 comments on commit 4dbd2d0

Please sign in to comment.