jibri: add jq dep for upload integrations

This commit is contained in:
MatthewCroughan 2020-05-04 09:26:56 +01:00 committed by GitHub
parent 53b58fdb71
commit b0d76a2fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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