Add xz-utils dependency

Closes #90
jessie
Serge Schneider 2017-07-28 13:16:05 +01:00
parent 3441133d1c
commit 68cdf34cb4
3 changed files with 3 additions and 2 deletions

View File

@ -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/

View File

@ -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

View File

@ -10,3 +10,4 @@ capsh:libcap2-bin
bsdtar
grep
rsync
xz:xz-utils