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.
python3-libselinux
1 parent 7676aa8 commit b9bf61eCopy full SHA for b9bf61e
docker/kayobe/Dockerfile
@@ -33,7 +33,8 @@ 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 \
37
+ python3-libselinux && \
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