mirror of https://github.com/google/oss-fuzz.git
[wget2] Install lzip and rsync (#976)
This commit is contained in:
parent
0e6b154f09
commit
21d1a4cfe6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue