diff --git a/Dockerfile b/Dockerfile index 77d0b0b11..7ec3958a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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; \