File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ ENV SYNTHTOOL_TEMPLATES="/synthtool/synthtool/gcp/templates"
8686# These are the non "-dev" versions of the libraries used in the builder.
8787RUN apt-get update && \
8888 apt-get install -y --no-install-recommends \
89+ # Temporarily include git and ca-certificates to download gapic-generator from Github
90+ ca-certificates \
91+ git \
8992 # This is needed to avoid the following error:
9093 # `ImportError: libsqlite3.so.0: cannot open shared object file: No such file or directory`.
9194 # `libsqlite3-0` is used by the `coverage` PyPI package which is used when testing libraries
Original file line number Diff line number Diff line change 11click
2- gapic-generator>=1.27.2
2+ # Temporarily use a patched version of the generator to avoid getting
3+ # new features/fixes for GAPIC libraries for the purposes of onboarding to librarian
4+ gapic-generator @ git+https://github.com/googleapis/
[email protected] 35nox
46starlark-pyo3>=2025.1
57build
You can’t perform that action at this time.
0 commit comments