Forráskód Böngészése

jibri: install jitsi-upload-integrations by default

Forces installation of jitsi-upload-integrations for all releases.
mesouug 5 éve
szülő
commit
ec3622b87c
1 módosított fájl, 2 hozzáadás és 4 törlés
  1. 2 4
      jibri/Dockerfile

+ 2 - 4
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/ /