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:
Julio Montes 2019-03-08 10:35:06 -06:00
parent 7620066c8a
commit cbe5642b9d

View File

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