Skip to content

Commit ceee0f2

Browse files
committed
feat: add pandoc
1 parent 37bcee1 commit ceee0f2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

latex/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apk upgrade --no-cache \
2323
curl=8.14.1-r1 \
2424
git=2.49.1-r0 \
2525
make=4.4.1-r3 \
26+
pandoc-cli=3.6.4-r0 \
2627
py3-pip=25.1.1-r0 \
2728
python3=3.12.11-r0 \
2829
texlive-full=20240210.69778-r10 \

latex/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ services:
2222
lacheck --version # lacheck
2323
latexmk --version # latexmk
2424
make --version # make
25+
pandoc --version # pandoc
2526
pdftex --version # texlive
2627
pip --version # py3-pip
2728
python --version # python3

0 commit comments

Comments
 (0)