diff --git a/projects/httplib2/Dockerfile b/projects/httplib2/Dockerfile index dd1fdc9ac..997fed34e 100644 --- a/projects/httplib2/Dockerfile +++ b/projects/httplib2/Dockerfile @@ -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