From a0d0662d4792ca8efe1295b907f16c31d98433de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 18 Feb 2025 09:54:34 +0100 Subject: [PATCH] fix(prosody) add debug to the build process The unstable build consistently fails, let's see what's up with it. --- prosody/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prosody/Dockerfile b/prosody/Dockerfile index 8c2b0a6..2120369 100644 --- a/prosody/Dockerfile +++ b/prosody/Dockerfile @@ -30,7 +30,8 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/" ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS="20241017" ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN="1.8.0" -RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \ +RUN set -x && \ + wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \ echo "deb http://packages.prosody.im/debian bookworm main" > /etc/apt/sources.list.d/prosody.list && \ apt-dpkg-wrap apt-get update && \ apt-dpkg-wrap apt-get install -y \