jibri: add jq dep for upload integrations

pull/552/head
MatthewCroughan 5 years ago committed by GitHub
parent 53b58fdb71
commit b0d76a2fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save