Skip to content

Commit

Permalink
Merge pull request #42 from stackhpc/add-rl9-iproute
Browse files Browse the repository at this point in the history
feat: add `iproute` for Rocky Linux 9

The population of `ansible_facts` would fail if not for this package.
  • Loading branch information
jackhodgkiss committed Oct 18, 2023
2 parents a889e93 + 3d96037 commit 71b269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN dnf install epel-release -y && \
diffstat diffutils debootstrap procps-ng gdisk util-linux \
dosfstools lvm2 kpartx systemd-udev bash-completion && \
if [ "$(grep "^PRETTY_NAME=\"Rocky Linux 9" /etc/os-release)" ] ; then \
dnf install -y rsync python3 python3-pip ; else \
dnf install -y rsync python3 python3-pip iproute ; else \
dnf install -y python3-virtualenv rsync-3.1.3-14.el8 ; fi && \
dnf clean all

Expand Down

0 comments on commit 71b269e

Please sign in to comment.