misc: change test for "unstable" to proper /bin/sh syntax

With /bin/sh one `=` has to be used, otherwise it will always fail with "unexpected operator".
This commit is contained in:
r900
2019-07-31 16:30:09 +08:00
committed by Saúl Ibarra Corretgé
parent e6eecce2af
commit 2f9192c238

View File

@@ -23,7 +23,7 @@ RUN \
chmod +x /usr/bin/frep
RUN \
[[ "$JITSI_RELEASE" == "unstable" ]] && \
[ "$JITSI_RELEASE" = "unstable" ] && \
apt-dpkg-wrap apt-get update && \
apt-dpkg-wrap apt-get install -y jq procps curl vim iputils-ping net-tools && \
apt-cleanup || \