aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Tim Rühsen <tim.ruehsen@gmx.de>2017-11-12 03:47:10 +0100
committerGravatar Max Moroz <dor3s1@gmail.com>2017-11-11 18:47:10 -0800
commit21d1a4cfe6de724a0a4e1b6b862c79e51b744d8e (patch)
tree5b1ae53ab0e049258ba5d016e165e11d27f06ea2
parent0e6b154f09ef3f8a136528b2c76fbe1ca23e6aae (diff)
[wget2] Install lzip and rsync (#976)
-rw-r--r--projects/wget2/Dockerfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/projects/wget2/Dockerfile b/projects/wget2/Dockerfile
index 545dc9bb..0be85a7a 100644
--- a/projects/wget2/Dockerfile
+++ b/projects/wget2/Dockerfile
@@ -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