Skip to content

Commit

Permalink
Merge branch 'main' into add-jq
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhodgkiss committed Jan 13, 2025
2 parents c85b94b + b1e634f commit abbdc72
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN dnf install epel-release -y && \
dnf install -y gcc git vim python3-pyyaml findutils\
libffi-devel sudo which openssh-server e2fsprogs \
diffstat diffutils debootstrap procps-ng gdisk util-linux \
dosfstools lvm2 kpartx systemd-udev bash-completion rsync jq && \
dosfstools lvm2 kpartx systemd-udev bash-completion rsync \
python3-libselinux jq && \
if [ "$(grep "^PRETTY_NAME=\"Rocky Linux 9" /etc/os-release)" ] ; then \
dnf install -y python3 python3-pip iproute ; else \
dnf install -y python3-virtualenv ; fi && \
Expand Down

0 comments on commit abbdc72

Please sign in to comment.