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:
Samuel Ortiz 2020-03-23 19:07:18 +01:00
parent 8acc15a63c
commit 4b462a54ee

View File

@ -34,6 +34,8 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -yq \
libcap-ng-dev \
socat \
dosfstools \
cpio \
bsdtar \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*