Skip to content

Commit ec3622b

Browse files
authored
jibri: install jitsi-upload-integrations by default
Forces installation of jitsi-upload-integrations for all releases.
1 parent 0e7bc91 commit ec3622b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

jibri/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,9 @@ RUN \
3838
&& chromedriver --version
3939

4040
RUN \
41-
[ "$JITSI_RELEASE" = "unstable" ] \
42-
&& apt-dpkg-wrap apt-get update \
41+
apt-dpkg-wrap apt-get update \
4342
&& apt-dpkg-wrap apt-get install -y jitsi-upload-integrations jq \
44-
&& apt-cleanup \
45-
|| true
43+
&& apt-cleanup
4644

4745
COPY rootfs/ /
4846

0 commit comments

Comments
 (0)