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 2f35b76 commit 5a773a0Copy full SHA for 5a773a0
json/Dockerfile
@@ -34,9 +34,8 @@ RUN apk upgrade --no-cache \
34
RUN pipx ensurepath --global \
35
&& pipx install --global \
36
csvkit==2.1.0 \
37
- remarshal==1.2.0 \
38
- json2yaml==1.2.0 \
39
- jsonfmt==0.2.7
+ jsonfmt==0.2.7 \
+ remarshal==1.2.0
40
41
RUN npm install -g \
42
[email protected] \
json/docker-compose.test.yml
@@ -24,7 +24,6 @@ services:
24
jsonpath-plus <(echo '{}') / # jsonpath-plus
25
jq --version # jq
26
jslint --version # jsonlint
27
- json2yaml --version # json2yaml
28
jsonlint --help # jsonlint
29
npm --version # npm
30
openssl --version # openssl
0 commit comments