mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-02-22 11:22:26 +00:00
Dockerfile: Add cpio and bsdtar to the container image
To be able to build initrd images. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
8acc15a63c
commit
4b462a54ee
@ -34,6 +34,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -yq \
|
|||||||
libcap-ng-dev \
|
libcap-ng-dev \
|
||||||
socat \
|
socat \
|
||||||
dosfstools \
|
dosfstools \
|
||||||
|
cpio \
|
||||||
|
bsdtar \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user