Skip to content

Commit 3b01a1d

Browse files
committed
feat: add pandoc and miller
1 parent 042dfac commit 3b01a1d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

csv/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ RUN apk upgrade --no-cache \
2020
gawk=5.3.2-r2 \
2121
git=2.49.1-r0 \
2222
grep=3.12-r0 \
23+
miller=6.13.0-r7 \
24+
pandoc-cli=3.6.4-r0 \
2325
pipx=1.7.1-r0 \
2426
py3-pip=25.1.1-r0 \
2527
python3=3.12.11-r0 \

csv/docker-compose.test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ services:
1919
dasel --version # dasel
2020
git --version # git
2121
grep --version # grep
22+
mlr --version # miller
23+
pandoc --version # pandoc
2224
pip --version # py3-pip
2325
pipx --version # pipx
2426
python --version # python3

0 commit comments

Comments
 (0)