We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jq
1 parent 86b2840 commit c85b94bCopy full SHA for c85b94b
docker/kayobe/Dockerfile
@@ -33,7 +33,7 @@ RUN dnf install epel-release -y && \
33
dnf install -y gcc git vim python3-pyyaml findutils\
34
libffi-devel sudo which openssh-server e2fsprogs \
35
diffstat diffutils debootstrap procps-ng gdisk util-linux \
36
- dosfstools lvm2 kpartx systemd-udev bash-completion rsync && \
+ dosfstools lvm2 kpartx systemd-udev bash-completion rsync jq && \
37
if [ "$(grep "^PRETTY_NAME=\"Rocky Linux 9" /etc/os-release)" ] ; then \
38
dnf install -y python3 python3-pip iproute ; else \
39
dnf install -y python3-virtualenv ; fi && \
0 commit comments