mirror of https://github.com/google/oss-fuzz.git
httplib2: fix build (#9312)
Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54182
This commit is contained in:
parent
468119f09f
commit
2b8285edd4
|
@ -17,7 +17,7 @@
|
|||
FROM gcr.io/oss-fuzz-base/base-builder-python
|
||||
RUN apt-get update && apt-get install -y libffi-dev
|
||||
RUN git clone --depth 1 https://github.com/httplib2/httplib2
|
||||
RUN python3 -m pip install --upgrade pip
|
||||
RUN python3 -m pip install --upgrade pip pyparsing
|
||||
COPY build.sh $SRC/
|
||||
|
||||
WORKDIR $SRC/httplib2
|
||||
|
|
Loading…
Reference in New Issue