Skip to content

Commit 8c06e11

Browse files
committed
update pandoc
1 parent 28e1934 commit 8c06e11

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.generator/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ rm -rf /tmp/gapic-generator-python
129129
RUN git clone --depth 1 https://github.com/googleapis/synthtool.git /tmp/synthtool && \
130130
python3.9 -m pip install /tmp/synthtool nox starlark-pyo3>=2025.1
131131

132+
# Download/install pandoc
133+
RUN wget https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-amd64.tar.gz
134+
RUN tar -xvf pandoc-3.7.0.2-linux-amd64.tar.gz
135+
RUN mv pandoc-3.7.0.2/bin/* /usr/local/bin/
136+
137+
132138
# Copy the CLI script into the container.
133139
COPY .generator/cli.py .
134140
RUN chmod a+rx ./cli.py

0 commit comments

Comments
 (0)