prosody: fix building unstable images

pull/342/head
Saúl Ibarra Corretgé 4 years ago committed by GitHub
parent 0cbe0d9801
commit 9bc262a40f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      prosody/Dockerfile

@ -1,6 +1,7 @@
ARG JITSI_REPO=jitsi
ARG BASE_TAG=latest
FROM ${JITSI_REPO}/base as builder
FROM ${JITSI_REPO}/base:${BASE_TAG} as builder
RUN \
apt-dpkg-wrap apt-get update \
@ -16,7 +17,7 @@ RUN \
&& luarocks install net-url 0.9-1 \
&& luarocks install luajwtjitsi 2.0-0
FROM ${JITSI_REPO}/base
FROM ${JITSI_REPO}/base:${BASE_TAG}
ENV XMPP_CROSS_DOMAIN="false"

Loading…
Cancel
Save