From 61453f42f900166bbfd3fa482ed41ed44656d2f8 Mon Sep 17 00:00:00 2001 From: "Dylan M. Taylor" Date: Mon, 24 Aug 2020 14:13:24 -0400 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \