aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index c44e33b..3a6523e 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,6 +7,7 @@ FROM debian:12-slim
RUN apt-get -y update && apt-get install -y \
curl \
inotify-tools \
+ jq \
&& apt autoclean \
&& rm -rf /var/lib/apt/lists/*