mirror of
https://github.com/jitsi/docker-jitsi-meet.git
synced 2026-04-03 16:21:43 +02:00
prosody: update to latest stable version
Use the official repositories so we don't lag behind in fixes.
This commit is contained in:
parent
75cb31b3bc
commit
b15bb28279
@ -1,8 +1,13 @@
|
||||
ARG JITSI_REPO=jitsi
|
||||
FROM ${JITSI_REPO}/base
|
||||
|
||||
ADD https://prosody.im/files/prosody-debian-packages.key /tmp/prosody.key
|
||||
|
||||
RUN \
|
||||
apt-dpkg-wrap apt-get update \
|
||||
apt-key add /tmp/prosody.key \
|
||||
&& rm -f /tmp/prosody.key \
|
||||
&& echo "deb http://packages.prosody.im/debian stretch main" > /etc/apt/sources.list.d/prosody.list \
|
||||
&& apt-dpkg-wrap apt-get update \
|
||||
&& apt-dpkg-wrap apt-get install -t stretch-backports -y \
|
||||
prosody \
|
||||
liblua5.2-dev \
|
||||
@ -12,6 +17,7 @@ RUN \
|
||||
libssl1.0-dev \
|
||||
lua-basexx \
|
||||
lua-ldap \
|
||||
lua-sec \
|
||||
luarocks \
|
||||
git \
|
||||
gcc \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user