mirror of https://github.com/google/oss-fuzz.git
g-api-py-api-common-protos: fix build (#9260)
This commit is contained in:
parent
f3c35718d3
commit
044a0b05cb
|
@ -15,7 +15,7 @@
|
|||
################################################################################
|
||||
|
||||
FROM gcr.io/oss-fuzz-base/base-builder-python
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool pkg-config
|
||||
RUN apt-get update && apt-get install -y make autoconf automake libtool zlib1g-dev pkg-config
|
||||
RUN pip3 install --upgrade pip && pip3 install google-api-core
|
||||
RUN git clone --depth 1 --recursive https://github.com/protocolbuffers/protobuf.git
|
||||
RUN git clone --depth 1 https://github.com/googleapis/python-api-common-protos
|
||||
|
|
Loading…
Reference in New Issue