mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Docker: Add mkvmerge
Signed-off-by: Luigi311 <luigi311.lg@gmail.com>
This commit is contained in:
parent
ca329a4934
commit
f7e19b2bc9
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@ FROM luigi311/encoders-docker:latest
|
|||
ENV MPLCONFIGDIR="/home/app_user/"
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends \
|
||||
mkvtoolnix && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install VTM
|
||||
RUN git clone https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM.git /home/app_user/VTM && \
|
||||
mkdir -p /home/app_user/VTM/build
|
||||
|
|
Loading…
Reference in a new issue