From 53b58fdb71378d0d8506e25daccda6040eb5c790 Mon Sep 17 00:00:00 2001 From: MatthewCroughan Date: Mon, 4 May 2020 09:26:09 +0100 Subject: [PATCH] jvb: add jq, curl deps for graceful_shutdown.sh --- jvb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jvb/Dockerfile b/jvb/Dockerfile index 4908170..7501581 100644 --- a/jvb/Dockerfile +++ b/jvb/Dockerfile @@ -3,7 +3,7 @@ FROM ${JITSI_REPO}/base-java RUN \ apt-dpkg-wrap apt-get update && \ - apt-dpkg-wrap apt-get install -y jitsi-videobridge2 && \ + apt-dpkg-wrap apt-get install -y jitsi-videobridge2 jq curl && \ apt-cleanup COPY rootfs/ /