mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
image-builder: add gcc as dependecy to generate the image
gcc is required to build the binary in charge to fill out the device namespace information (matadata) into the kata containers image. Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
@@ -7,4 +7,4 @@ From fedora:latest
|
|||||||
|
|
||||||
RUN [ -n "$http_proxy" ] && sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true
|
RUN [ -n "$http_proxy" ] && sed -i '$ a proxy='$http_proxy /etc/dnf/dnf.conf ; true
|
||||||
|
|
||||||
RUN dnf install -y qemu-img parted gdisk e2fsprogs
|
RUN dnf install -y qemu-img parted gdisk e2fsprogs gcc
|
||||||
|
Reference in New Issue
Block a user