mirror of
https://git.cloudron.io/cloudron/peertube-app.git
synced 2024-11-22 01:21:10 +00:00
Updated for the official Peertube 3.0.0 release
This commit is contained in:
parent
d1c97843f4
commit
e4d2fcfa71
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN apt-get -y update && \
|
||||||
RUN curl -sL https://github.com/mikefarah/yq/releases/download/3.2.1/yq_linux_amd64 -o /usr/bin/yq && \
|
RUN curl -sL https://github.com/mikefarah/yq/releases/download/3.2.1/yq_linux_amd64 -o /usr/bin/yq && \
|
||||||
chmod +x /usr/bin/yq
|
chmod +x /usr/bin/yq
|
||||||
|
|
||||||
ARG VERSION=3.0.0-rc.1
|
ARG VERSION=3.0.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