Skip to content

Commit 3ed45fc

Browse files
committed
add comment
1 parent 93c1a0b commit 3ed45fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.generator/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ COPY --from=builder /usr/local/lib/python3.13 /usr/local/lib/python3.13
111111
# Set the working directory in the container.
112112
WORKDIR /app
113113

114+
# Install dependencies of the CLI such as click.
115+
# Install gapic-generator which is used to generate libraries.
116+
# Install nox which is used for running client library tests.
117+
# Install starlark-pyo3 which is used to parse BUILD.bazel files.
114118
COPY .generator/requirements.in .
115119
RUN python3.9 -m pip install -r requirements.in
116120
RUN python3.9 -m pip install /synthtool

0 commit comments

Comments
 (0)