image-builder: add xfsprogs to Dockerfile

xfsprogs is a package required to generate xfs images.

Signed-off-by: Julio Montes <julio.montes@intel.com>
This commit is contained in:
Julio Montes 2019-03-25 08:20:49 -06:00
parent ad6e1a9d59
commit 6c7f3077c9

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 gcc
RUN dnf install -y qemu-img parted gdisk e2fsprogs gcc xfsprogs