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.
1 parent 90139e6 commit c9b3276Copy full SHA for c9b3276
docker/kayobe/Dockerfile
@@ -34,8 +34,10 @@ RUN dnf install epel-release -y && \
34
if [ "$USE_PYTHON_312" = "true" ] ; then \
35
dnf -y install python3.12 && \
36
ln -sf /bin/python3.12 /bin/python3 && \
37
- python3 -m ensurepip ; fi && \
38
- dnf install -y gcc git vim python3-pyyaml findutils\
+ python3 -m ensurepip && \
+ dnf -y install python3.12-pyyaml ; else \
39
+ dnf -y install python3-pyyaml fi && \
40
+ dnf install -y gcc git vim findutils\
41
libffi-devel sudo which openssh-server e2fsprogs \
42
diffstat diffutils debootstrap procps-ng gdisk util-linux \
43
dosfstools lvm2 kpartx systemd-udev bash-completion rsync \
0 commit comments