使用jq获取json数据

This commit is contained in:
whyour
2021-04-11 18:51:31 +08:00
parent f706b1aa2e
commit 17c50d0c9e
2 changed files with 4 additions and 6 deletions
+1
View File
@@ -24,6 +24,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
nginx \
python3 \
yarn \
jq \
&& rm -rf /var/cache/apk/* \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo "Asia/Shanghai" > /etc/timezone \