Add needed pixz.

This commit is contained in:
Alexis Lahouze 2019-01-15 21:30:52 +01:00
parent 692a86b0b1
commit 114346e667
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ FROM python:3.6-stretch
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
rsync libmhash2 lbzip2 \
rsync libmhash2 lbzip2 pixz \
&& rm -rf /var/lib/apt/lists/*
#RUN apk add coreutils