feat: add jq package

This commit is contained in:
DDSDerek
2023-08-16 19:39:04 +08:00
committed by GitHub
parent 4669303f9b
commit fa04ebe851

View File

@ -46,6 +46,7 @@ RUN apt-get update \
curl \
busybox \
dumb-init \
jq \
&& \
if [ "$(uname -m)" = "x86_64" ]; \
then ln -s /usr/lib/x86_64-linux-musl/libc.so /lib/libc.musl-x86_64.so.1; \