Skip to content

Commit a0d0662

Browse files
committed
fix(prosody) add debug to the build process
The unstable build consistently fails, let's see what's up with it.
1 parent c9aed9c commit a0d0662

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prosody/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/"
3030
ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS="20241017"
3131
ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN="1.8.0"
3232

33-
RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \
33+
RUN set -x && \
34+
wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \
3435
echo "deb http://packages.prosody.im/debian bookworm main" > /etc/apt/sources.list.d/prosody.list && \
3536
apt-dpkg-wrap apt-get update && \
3637
apt-dpkg-wrap apt-get install -y \

0 commit comments

Comments
 (0)