mirror of
https://github.com/HaveAGitGat/Tdarr.git
synced 2025-12-10 00:07:09 -06:00
mkvtoolnix update (#1029)
* mkvtoolnix update Add mkvtoolnix Ubuntu repository, allowing latest version of mkvtoolnix (Ubuntu has up to 45.0.0-2, current in this repo is 81.0-0 ) * Change install order and format commands --------- Co-authored-by: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com>
This commit is contained in:
parent
1a3bc67519
commit
2ee8679eba
@ -22,12 +22,19 @@ RUN apt-get update && \
|
||||
"${HOME}" && \
|
||||
# useradd -u ${PUID} -U -d ${HOME} -s /bin/false Tdarr && \
|
||||
# usermod -G users Tdarr && \
|
||||
|
||||
|
||||
apt-get update && \
|
||||
apt-get install -y curl unzip mkvtoolnix comskip \
|
||||
apt-get install -y curl unzip wget comskip \
|
||||
# for apprise
|
||||
python3-pip && \
|
||||
pip3 install apprise && \
|
||||
|
||||
# MkvToolNIX
|
||||
wget -O /usr/share/keyrings/gpg-pub-moritzbunkus.gpg https://mkvtoolnix.download/gpg-pub-moritzbunkus.gpg && \
|
||||
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main" | tee /etc/apt/sources.list.d/mkvtoolnix.download.list && \
|
||||
echo "deb-src [arch=amd64 signed-by=/usr/share/keyrings/gpg-pub-moritzbunkus.gpg] https://mkvtoolnix.download/ubuntu/ jammy main" | tee -a /etc/apt/sources.list.d/mkvtoolnix.download.list && \
|
||||
apt-get update && apt-get install -y mkvtoolnix && \
|
||||
|
||||
#cc-extractor
|
||||
apt-get install -y \
|
||||
libglew-dev \
|
||||
@ -85,8 +92,6 @@ RUN apt-get update && \
|
||||
clinfo && \
|
||||
|
||||
# FFmpeg 6
|
||||
apt install -y \
|
||||
wget && \
|
||||
ffmpegversion=$(curl --silent https://api.github.com/repos/jellyfin/jellyfin-ffmpeg/releases/latest | grep -oP '"tag_name":\s*"v\K[^"]+' | sort -h | tail -n1) && \
|
||||
wget https://github.com/jellyfin/jellyfin-ffmpeg/releases/download/v$ffmpegversion/jellyfin-ffmpeg6_$ffmpegversion-jammy_amd64.deb && \
|
||||
apt install -y \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user