From 4b462a54eeef77cd5b565cba1f4735260081c756 Mon Sep 17 00:00:00 2001 From: Samuel Ortiz Date: Mon, 23 Mar 2020 19:07:18 +0100 Subject: [PATCH] Dockerfile: Add cpio and bsdtar to the container image To be able to build initrd images. Signed-off-by: Samuel Ortiz --- resources/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/Dockerfile b/resources/Dockerfile index 05e16c08f..e80b31ae2 100644 --- a/resources/Dockerfile +++ b/resources/Dockerfile @@ -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/*