diff --git a/Dockerfile b/Dockerfile index ebf7dbc6..efdf60d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN dnf -y install dnf-plugins-core && dnf config-manager --set-enabled PowerToo mpfr.i686 mpfr-devel.i686 zlib.i686 rsync autogen autoconf automake libtool gettext* bison binutils \ flex device-mapper-devel SDL libpciaccess libusb freetype freetype-devel gnu-free-* qemu-* virt-* \ libvirt* vte* NetworkManager-bluetooth brlapi fuse-devel dejavu* gnu-efi* pesign shim \ - iscsi-initiator-utils grub2-tools zip nasm acpica-tools glibc-static zlib-static python3 && \ + iscsi-initiator-utils grub2-tools zip nasm acpica-tools glibc-static zlib-static make python3 && \ alternatives --set python /usr/bin/python3 CMD cd /ventoy \