parent
7abd78971c
commit
4f0c4609ac
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue