Skip to content

Commit 7ffcfcd

Browse files
committed
update pandoc
1 parent c9ba49c commit 7ffcfcd

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
@@ -126,6 +126,12 @@ rm -rf /tmp/gapic-generator-python
126126
RUN git clone --depth 1 https://github.com/googleapis/synthtool.git /tmp/synthtool && \
127127
python3.9 -m pip install /tmp/synthtool nox starlark-pyo3>=2025.1
128128

129+
# Download/install pandoc
130+
RUN wget https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-linux-amd64.tar.gz
131+
RUN tar -xvf pandoc-3.7.0.2-linux-amd64.tar.gz
132+
RUN mv pandoc-3.7.0.2/bin/* /usr/local/bin/
133+
134+
129135
# Copy the CLI script into the container.
130136
COPY .generator/cli.py .
131137
RUN chmod a+rx ./cli.py

0 commit comments

Comments
 (0)