Przeglądaj źródła

jibri: add jq dep for upload integrations

MatthewCroughan 5 lat temu
rodzic
commit
b0d76a2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      jibri/Dockerfile

+ 1 - 1
jibri/Dockerfile

@@ -40,7 +40,7 @@ RUN \
 RUN \
         [ "$JITSI_RELEASE" = "unstable" ] \
         && 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 \
         || true