mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-19 09:51:29 +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:
parent
7620066c8a
commit
cbe5642b9d
@ -7,4 +7,4 @@ From fedora:latest
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user