From 68cdf34cb44e23b9076d7796147070bc3cc0a51f Mon Sep 17 00:00:00 2001 From: Serge Schneider Date: Fri, 28 Jul 2017 13:16:05 +0100 Subject: [PATCH] Add xz-utils dependency Closes #90 --- Dockerfile | 2 +- README.md | 2 +- depends | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1b2979c..c51a968 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt-get -y update && \ apt-get -y install \ git vim parted \ quilt realpath qemu-user-static debootstrap zerofree pxz zip dosfstools \ - bsdtar libcap2-bin rsync grep udev \ + bsdtar libcap2-bin rsync grep udev xz-utils \ && rm -rf /var/lib/apt/lists/* COPY . /pi-gen/ diff --git a/README.md b/README.md index 385f1a9..bc7b4ce 100755 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ On Debian-based systems: ```bash apt-get install quilt parted realpath qemu-user-static debootstrap zerofree pxz zip \ -dosfstools bsdtar libcap2-bin grep rsync +dosfstools bsdtar libcap2-bin grep rsync xz-utils ``` The file `depends` contains a list of tools needed. The format of this diff --git a/depends b/depends index fa2110b..f61fcd3 100644 --- a/depends +++ b/depends @@ -10,3 +10,4 @@ capsh:libcap2-bin bsdtar grep rsync +xz:xz-utils