From be95818ff5c56cb5796e2c0e1e4065a8d77dc385 Mon Sep 17 00:00:00 2001 From: Arnav Gosain Date: Fri, 17 Jul 2020 15:23:58 +0530 Subject: [PATCH] Replace bsdtar with libarchive-tools Signed-off-by: Arnav Gosain --- Dockerfile | 2 +- README.md | 2 +- depends | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 2e53149..c9889f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apt-get -y update && \ apt-get -y install --no-install-recommends \ git vim parted \ quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \ - bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\ + libarchive-tools libcap2-bin rsync grep udev xz-utils curl xxd file kmod bc\ binfmt-support ca-certificates \ && rm -rf /var/lib/apt/lists/* diff --git a/README.md b/README.md index 29d8166..206c6bc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ To install the required dependencies for pi-gen you should run: ```bash apt-get install coreutils quilt parted qemu-user-static debootstrap zerofree zip \ -dosfstools bsdtar libcap2-bin grep rsync xz-utils file git curl bc +dosfstools libarchive-tools libcap2-bin grep rsync xz-utils file git curl bc ``` The file `depends` contains a list of tools needed. The format of this diff --git a/depends b/depends index a86bc82..d306354 100644 --- a/depends +++ b/depends @@ -7,7 +7,7 @@ zerofree zip mkdosfs:dosfstools capsh:libcap2-bin -bsdtar +libarchive-tools grep rsync xz:xz-utils