Forráskód Böngészése

fix(prosody) add debug to the build process

The unstable build consistently fails, let's see what's up with it.
Saúl Ibarra Corretgé 2 hónapja
szülő
commit
a0d0662d47
1 módosított fájl, 2 hozzáadás és 1 törlés
  1. 2 1
      prosody/Dockerfile

+ 2 - 1
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 \