mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-23 09:14:27 +01:00
rootfs: dockerfile: Fix fedora 28 build.
Fedora 28 container already has coreutils-single package. Also, the new fedora 28 container does not provide make by default. Signed-off-by: Jose Carlos Venegas Munoz <jose.carlos.venegas.munoz@intel.com>
This commit is contained in:
@@ -7,7 +7,7 @@ From fedora:@OS_VERSION@
|
|||||||
|
|
||||||
@SET_PROXY@
|
@SET_PROXY@
|
||||||
|
|
||||||
RUN dnf -y update && dnf install -y git redhat-release systemd pkgconfig gcc coreutils
|
RUN dnf -y update && dnf install -y git redhat-release systemd pkgconfig gcc make
|
||||||
|
|
||||||
# This will install the proper golang to build Kata components
|
# This will install the proper golang to build Kata components
|
||||||
@INSTALL_GO@
|
@INSTALL_GO@
|
||||||
|
|||||||
Reference in New Issue
Block a user