From 65f87cea95286c33888596953bef4e63342c6423 Mon Sep 17 00:00:00 2001 From: Joe Banks Date: Sun, 9 Jun 2024 20:13:54 +0100 Subject: [PATCH] Add jq binary to Docker image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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/*