mirror of https://github.com/google/oss-fuzz.git
wget, wget2: fix builds (#7587)
Fixes: - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46501 - https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46485
This commit is contained in:
parent
81c09bb6f7
commit
fc6b79a20d
|
@ -34,7 +34,9 @@ RUN apt-get update && apt-get install -y \
|
|||
gperf \
|
||||
wget \
|
||||
python \
|
||||
rsync
|
||||
rsync \
|
||||
gtk-doc-tools \
|
||||
libtasn1-bin
|
||||
|
||||
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
|
||||
RUN git clone git://git.savannah.gnu.org/gnulib.git
|
||||
|
|
|
@ -35,7 +35,9 @@ RUN apt-get update && apt-get install -y \
|
|||
python \
|
||||
lzip \
|
||||
rsync \
|
||||
libmicrohttpd-dev
|
||||
libmicrohttpd-dev \
|
||||
gtk-doc-tools \
|
||||
libtasn1-bin
|
||||
|
||||
ENV GNULIB_TOOL $SRC/gnulib/gnulib-tool
|
||||
RUN git clone git://git.savannah.gnu.org/gnulib.git
|
||||
|
|
Loading…
Reference in New Issue