Skip to content

Commit

Permalink
Add xz-utils dependency
Browse files Browse the repository at this point in the history
Closes #90
  • Loading branch information
XECDesign committed Jul 28, 2017
1 parent 3441133 commit 68cdf34
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions depends
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ capsh:libcap2-bin
bsdtar
grep
rsync
xz:xz-utils

0 comments on commit 68cdf34

Please sign in to comment.