mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-04 11:06:21 +00:00
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:
parent
ad6e1a9d59
commit
6c7f3077c9
@ -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 gcc
|
RUN dnf install -y qemu-img parted gdisk e2fsprogs gcc xfsprogs
|
||||||
|
Loading…
Reference in New Issue
Block a user