Skip to content

Commit

Permalink
Merge pull request #71 from stackhpc/add-jq
Browse files Browse the repository at this point in the history
feat: add `jq`
  • Loading branch information
jackhodgkiss authored Jan 14, 2025
2 parents b1e634f + 8644123 commit e0715da
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 @@ -34,7 +34,7 @@ RUN dnf install epel-release -y && \
libffi-devel sudo which openssh-server e2fsprogs \
diffstat diffutils debootstrap procps-ng gdisk util-linux \
dosfstools lvm2 kpartx systemd-udev bash-completion rsync \
python3-libselinux && \
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 e0715da

Please sign in to comment.