Skip to content

Commit 234ae23

Browse files
committed
address feedback
1 parent 3ed45fc commit 234ae23

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.generator/Dockerfile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# This stage installs all build dependencies and compiles all Python versions.
1717
FROM 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+
1923
RUN 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
129133
RUN mkdir -p /.cache/synthtool/synthtool
130134
RUN 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-
137136
ENTRYPOINT ["python3.9", "./cli.py"]

0 commit comments

Comments
 (0)