Skip to content

Commit 1597713

Browse files
committed
feat: add pandoc
1 parent 6a383c2 commit 1597713

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

json/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ RUN apk upgrade --no-cache \
2424
jq=1.8.0-r0 \
2525
npm=11.3.0-r1 \
2626
openssl=3.5.2-r0 \
27+
pandoc-cli=3.6.4-r0 \
2728
pipx=1.7.1-r0 \
2829
py3-pip=25.1.1-r0 \
2930
python3=3.12.11-r0 \

json/docker-compose.test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ services:
2727
jsonlint --help # jsonlint
2828
npm --version # npm
2929
openssl --version # openssl
30+
pandoc --version # pandoc
3031
pip --version # py3-pip
3132
pipx --version # pipx
3233
prettier --version # prettier

0 commit comments

Comments
 (0)