From ec3622b87c002cbf706711982513c1aa2522a5e3 Mon Sep 17 00:00:00 2001 From: mesouug Date: Mon, 4 May 2020 18:31:02 +0200 Subject: [PATCH] jibri: install jitsi-upload-integrations by default Forces installation of jitsi-upload-integrations for all releases. --- jibri/Dockerfile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index 976198d..9ed2a93 100644 --- a/jibri/Dockerfile +++ b/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/ /