mirror of https://github.com/google/oss-fuzz.git
[wget] Fix build by installing libz-dev (#9223)
This commit is contained in:
parent
41e629718d
commit
8f979f7823
|
@ -36,7 +36,8 @@ RUN apt-get update && apt-get install -y \
|
||||||
python \
|
python \
|
||||||
rsync \
|
rsync \
|
||||||
gtk-doc-tools \
|
gtk-doc-tools \
|
||||||
libtasn1-bin
|
libtasn1-bin \
|
||||||
|
libz-dev
|
||||||
|
|
||||||
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
|
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
|
||||||
ENV GNULIB_SRCDIR $SRC/gnulib
|
ENV GNULIB_SRCDIR $SRC/gnulib
|
||||||
|
|
Loading…
Reference in New Issue