Skip to content

Commit e0715da

Browse files
authored
Merge pull request #71 from stackhpc/add-jq
feat: add `jq`
2 parents b1e634f + 8644123 commit e0715da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/kayobe/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN dnf install epel-release -y && \
3434
libffi-devel sudo which openssh-server e2fsprogs \
3535
diffstat diffutils debootstrap procps-ng gdisk util-linux \
3636
dosfstools lvm2 kpartx systemd-udev bash-completion rsync \
37-
python3-libselinux && \
37+
python3-libselinux jq && \
3838
if [ "$(grep "^PRETTY_NAME=\"Rocky Linux 9" /etc/os-release)" ] ; then \
3939
dnf install -y python3 python3-pip iproute ; else \
4040
dnf install -y python3-virtualenv ; fi && \

0 commit comments

Comments
 (0)