httplib2: fix build (#9312)

Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=54182
This commit is contained in:
DavidKorczynski 2022-12-30 00:00:56 +00:00 committed by GitHub
parent 468119f09f
commit 2b8285edd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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