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:
Jose Carlos Venegas Munoz 2018-08-22 00:46:00 -05:00
parent 1ac9c07e22
commit 89bca975a3

View File

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