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 be07760 commit fac9ab9Copy full SHA for fac9ab9
xml/Dockerfile
@@ -15,6 +15,7 @@ RUN apk upgrade --no-cache \
15
&& apk add --no-cache \
16
coreutils=9.7-r1 \
17
curl=8.14.1-r1 \
18
+ dasel=2.8.1-r6 \
19
git=2.49.1-r0 \
20
html-xml-utils=8.7-r0 \
21
libxml2-utils=2.13.8-r0 \
xml/docker-compose.test.yml
@@ -13,6 +13,7 @@ services:
13
fi
14
base64 --version # coreutils
curl --version # curl
+ dasel --version # dasel
git --version # git
jf -v # jsonfmt
pip --version # py3-pip
0 commit comments