Update Dockerfile

This commit is contained in:
Dylan M. Taylor 2020-08-24 14:13:24 -04:00 committed by GitHub
parent 10fa9a25d3
commit 61453f42f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 \