g-api-py-api-common-protos: fix build (#9260)

This commit is contained in:
DavidKorczynski 2022-12-21 21:50:17 +00:00 committed by GitHub
parent f3c35718d3
commit 044a0b05cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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