From 4f0c4609ac877939fbb9cc16119729de95ffcc3d Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Fri, 25 Feb 2022 00:48:10 +0100 Subject: [PATCH] Revert "Jitsi : fix" This reverts commit 16794b0a4c5df16a791fc2936e54f01da52ee18e. --- podman-jitsi/zz_build-images.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/podman-jitsi/zz_build-images.sh b/podman-jitsi/zz_build-images.sh index 65668e6..7346dd2 100755 --- a/podman-jitsi/zz_build-images.sh +++ b/podman-jitsi/zz_build-images.sh @@ -25,7 +25,6 @@ curl -s -- "https://codeload.github.com/jitsi/docker-jitsi-meet/tar.gz/refs/tags sed_in_place "luarocks install net-url 0.9-1" "luarocks install net-url 0.9-1 CRYPTO_LIBDIR=/usr/lib/$(uname -m)-linux-gnu/" docker-jitsi-meet/prosody/Dockerfile sed_in_place "luarocks install luajwtjitsi 2.0-0" "luarocks install luajwtjitsi 2.0-0 CRYPTO_LIBDIR=/usr/lib/$(uname -m)-linux-gnu/" docker-jitsi-meet/prosody/Dockerfile podman build -t localhost/jitsi/prosody:${version} docker-jitsi-meet/prosody/ - }} podman image exists localhost/jitsi/web:${version} || { podman build -t localhost/jitsi/web:${version} docker-jitsi-meet/web/ podman rmi -f $(podman images -f "dangling=true" -q)