mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
update peertube to 4.2.0
This commit is contained in:
parent
2136835456
commit
5b6c702868
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ RUN apt update && \
|
||||||
apt install -y ffmpeg prosody && \
|
apt install -y ffmpeg prosody && \
|
||||||
rm -rf /var/cache/apt /var/lib/apt/lists
|
rm -rf /var/cache/apt /var/lib/apt/lists
|
||||||
|
|
||||||
ARG VERSION=4.1.1
|
ARG VERSION=4.2.0
|
||||||
|
|
||||||
# install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding
|
# install peertube. the chown is required for some reason for ffmpeg. it fails with EROFS without it when transcoding
|
||||||
# the transcoding patch is at https://github.com/Chocobozzz/PeerTube/pull/3198
|
# the transcoding patch is at https://github.com/Chocobozzz/PeerTube/pull/3198
|
||||||
|
|
Loading…
Reference in a new issue