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 520f8ac commit 83ee77eCopy full SHA for 83ee77e
xml/Dockerfile
@@ -34,6 +34,7 @@ RUN apk -U upgrade \
34
35
RUN pipx ensurepath --global \
36
&& pipx install --global \
37
+ jsonfmt==0.2.7 \
38
tcx2gpx==0.1.5 \
39
yq==3.4.3
40
xml/docker-compose.test.yml
@@ -14,6 +14,7 @@ services:
14
base64 --version # coreutils
15
curl --version # curl
16
git --version # git
17
+ jf -v # jsonfmt
18
pip --version # py3-pip
19
pipx --version # pipx
20
python --version # python3
0 commit comments