We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a383c2 commit 1597713Copy full SHA for 1597713
json/Dockerfile
@@ -24,6 +24,7 @@ RUN apk upgrade --no-cache \
24
jq=1.8.0-r0 \
25
npm=11.3.0-r1 \
26
openssl=3.5.2-r0 \
27
+ pandoc-cli=3.6.4-r0 \
28
pipx=1.7.1-r0 \
29
py3-pip=25.1.1-r0 \
30
python3=3.12.11-r0 \
json/docker-compose.test.yml
@@ -27,6 +27,7 @@ services:
jsonlint --help # jsonlint
npm --version # npm
openssl --version # openssl
+ pandoc --version # pandoc
31
pip --version # py3-pip
32
pipx --version # pipx
33
prettier --version # prettier
0 commit comments