File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1616# This stage installs all build dependencies and compiles all Python versions.
1717FROM marketplace.gcr.io/google/ubuntu2404 AS builder
1818
19+ # Tell synthtool to pull templates from this docker image instead of from
20+ # the live repo.
21+ ENV SYNTHTOOL_TEMPLATES="/synthtool/synthtool/gcp/templates"
22+
1923RUN apt-get update && \
2024 apt-get install -y --no-install-recommends \
2125 # Essential for compiling C code
@@ -129,9 +133,4 @@ RUN chmod a+rx ./parse_googleapis_content.py
129133RUN mkdir -p /.cache/synthtool/synthtool
130134RUN find /.cache -type d -exec chmod a+x {} \;
131135
132- # Tell synthtool to pull templates from this docker image instead of from
133- # the live repo.
134- ENV SYNTHTOOL_TEMPLATES="/synthtool/synthtool/gcp/templates"
135-
136-
137136ENTRYPOINT ["python3.9" , "./cli.py" ]
You can’t perform that action at this time.
0 commit comments