mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-17 15:38:00 +00: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:
parent
1ac9c07e22
commit
89bca975a3
@ -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@
|
||||||
|
Loading…
Reference in New Issue
Block a user