[wget2] Install lzip and rsync (#976)

This commit is contained in:
Tim Rühsen 2017-11-12 03:47:10 +01:00 committed by Max Moroz
parent 0e6b154f09
commit 21d1a4cfe6
1 changed files with 3 additions and 1 deletions

View File

@ -33,7 +33,9 @@ RUN apt-get update && apt-get install -y \
curl \
gperf \
wget \
python
python \
lzip \
rsync
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
RUN git clone git://git.savannah.gnu.org/gnulib.git