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.
2 parents b1e634f + 8644123 commit e0715daCopy full SHA for e0715da
docker/kayobe/Dockerfile
@@ -34,7 +34,7 @@ RUN dnf install epel-release -y && \
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 \
37
- python3-libselinux && \
+ python3-libselinux jq && \
38
if [ "$(grep "^PRETTY_NAME=\"Rocky Linux 9" /etc/os-release)" ] ; then \
39
dnf install -y python3 python3-pip iproute ; else \
40
dnf install -y python3-virtualenv ; fi && \
0 commit comments