jibri: install jitsi-upload-integrations by default

Forces installation of jitsi-upload-integrations for all releases.
pull/556/head^2
mesouug 5 years ago committed by GitHub
parent 0e7bc91ffd
commit ec3622b87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      jibri/Dockerfile

@ -38,11 +38,9 @@ RUN \
&& chromedriver --version
RUN \
[ "$JITSI_RELEASE" = "unstable" ] \
&& apt-dpkg-wrap apt-get update \
apt-dpkg-wrap apt-get update \
&& apt-dpkg-wrap apt-get install -y jitsi-upload-integrations jq \
&& apt-cleanup \
|| true
&& apt-cleanup
COPY rootfs/ /

Loading…
Cancel
Save