|
@@ -40,7 +40,7 @@ RUN \
|
|
RUN \
|
|
RUN \
|
|
[ "$JITSI_RELEASE" = "unstable" ] \
|
|
[ "$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 \
|
|
|
|
|
|
+ && apt-dpkg-wrap apt-get install -y jitsi-upload-integrations jq \
|
|
&& apt-cleanup \
|
|
&& apt-cleanup \
|
|
|| true
|
|
|| true
|
|
|
|
|