Replace pxz with xz -T0

This commit is contained in:
Serge Schneider
2019-03-11 11:49:04 +00:00
parent 91bc38d510
commit fb23b8ba92
4 changed files with 5 additions and 5 deletions

View File

@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
RUN apt-get -y update && \
apt-get -y install \
git vim parted \
quilt coreutils qemu-user-static debootstrap zerofree pxz zip dosfstools \
quilt coreutils qemu-user-static debootstrap zerofree zip dosfstools \
bsdtar libcap2-bin rsync grep udev xz-utils curl xxd file kmod\
&& rm -rf /var/lib/apt/lists/*