Skip to content

Commit 8644123

Browse files
committed
feat: add jq
This is a new required dependency for enabling `gitlab` based workflows to acquire secrets from `OpenBao`. Also may prove useful for any future processing of `JSON`.
1 parent b1e634f commit 8644123

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)