Explorar o código

jibri: add jq dep for upload integrations

MatthewCroughan %!s(int64=5) %!d(string=hai) anos
pai
achega
b0d76a2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      jibri/Dockerfile

+ 1 - 1
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