Merge pull request #232 from MNarath1/fixrvcindocker

Add ffmpeg package to dockerimage
This commit is contained in:
Cohee
2024-04-02 01:02:16 +03:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ ARG PATH="/root/miniconda3/bin:${PATH}"
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y --no-install-recommends \
python3 python3-venv wget build-essential
python3 python3-venv wget build-essential ffmpeg
RUN wget \
https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh \