mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-21 17:11:09 +00:00
Just use upstream prosody
https://github.com/JohnXLivingston/peertube-plugin-livechat/blob/main/documentation/prosody.md#for-standard-peertube-installations
This commit is contained in:
parent
5eda83a948
commit
3eb43da9db
1 changed files with 4 additions and 5 deletions
|
@ -5,11 +5,10 @@ WORKDIR /app/code/server
|
|||
|
||||
# we require ffmpeg 4.4.1 - https://github.com/Chocobozzz/PeerTube/releases/tag/v4.0.0
|
||||
# https://lindevs.com/install-ffmpeg-on-ubuntu/
|
||||
RUN echo deb http://packages.prosody.im/debian $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/prosody.list
|
||||
RUN sudo wget https://prosody.im/files/prosody-debian-packages.key -O/etc/apt/trusted.gpg.d/prosody.gpg
|
||||
RUN sudo apt update
|
||||
RUN add-apt-repository -y ppa:savoury1/ffmpeg4 && \
|
||||
apt install -y ffmpeg prosody
|
||||
RUN apt update && \
|
||||
add-apt-repository -y ppa:savoury1/ffmpeg4 && \
|
||||
apt install -y ffmpeg prosody && \
|
||||
rm -rf /var/cache/apt /var/lib/apt/lists
|
||||
|
||||
ARG VERSION=4.1.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue