From b0d76a2fc3ca404306b7bd3246d37a0f0deb05d2 Mon Sep 17 00:00:00 2001 From: MatthewCroughan Date: Mon, 4 May 2020 09:26:56 +0100 Subject: [PATCH] jibri: add jq dep for upload integrations --- jibri/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index d97d9ee..976198d 100644 --- a/jibri/Dockerfile +++ b/jibri/Dockerfile @@ -40,7 +40,7 @@ RUN \ RUN \ [ "$JITSI_RELEASE" = "unstable" ] \ && apt-dpkg-wrap apt-get update \ - && apt-dpkg-wrap apt-get install -y jitsi-upload-integrations \ + && apt-dpkg-wrap apt-get install -y jitsi-upload-integrations jq \ && apt-cleanup \ || true