We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9aed9c commit a0d0662Copy full SHA for a0d0662
prosody/Dockerfile
@@ -30,7 +30,8 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/"
30
ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS="20241017"
31
ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN="1.8.0"
32
33
-RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \
+RUN set -x && \
34
+ wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \
35
echo "deb http://packages.prosody.im/debian bookworm main" > /etc/apt/sources.list.d/prosody.list && \
36
apt-dpkg-wrap apt-get update && \
37
apt-dpkg-wrap apt-get install -y \
0 commit comments