Skip to content

Commit c85b94b

Browse files
committed
feat: add jq
1 parent 86b2840 commit c85b94b

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
@@ -33,7 +33,7 @@ RUN dnf install epel-release -y && \
3333
dnf install -y gcc git vim python3-pyyaml findutils\
3434
libffi-devel sudo which openssh-server e2fsprogs \
3535
diffstat diffutils debootstrap procps-ng gdisk util-linux \
36-
dosfstools lvm2 kpartx systemd-udev bash-completion rsync && \
36+
dosfstools lvm2 kpartx systemd-udev bash-completion rsync jq && \
3737
if [ "$(grep "^PRETTY_NAME=\"Rocky Linux 9" /etc/os-release)" ] ; then \
3838
dnf install -y python3 python3-pip iproute ; else \
3939
dnf install -y python3-virtualenv ; fi && \

0 commit comments

Comments
 (0)