[BACKEND] Use latest ffmpeg (#327)
This commit is contained in:
parent
26b6ed0add
commit
52b0130888
1 changed files with 6 additions and 4 deletions
|
|
@ -9,16 +9,18 @@ RUN apk update --no-cache && \
|
||||||
vim \
|
vim \
|
||||||
g++ \
|
g++ \
|
||||||
nano \
|
nano \
|
||||||
make \
|
make && \
|
||||||
ffmpeg && \
|
|
||||||
apk del \
|
apk del \
|
||||||
python3 \
|
python3 \
|
||||||
py3-pip && \
|
py3-pip && \
|
||||||
apk add --repository=http://dl-3.alpinelinux.org/alpine/edge/main/ \
|
apk add --repository=http://dl-3.alpinelinux.org/alpine/edge/main/ \
|
||||||
python3=~3.10 \
|
python3=~3.10 \
|
||||||
py3-setuptools && \
|
py3-setuptools && \
|
||||||
apk add --repository=http://dl-3.alpinelinux.org/alpine/edge/community/ \
|
apk add \
|
||||||
py3-pip && \
|
--repository=http://dl-3.alpinelinux.org/alpine/edge/community/ \
|
||||||
|
--repository=http://dl-3.alpinelinux.org/alpine/edge/main/ \
|
||||||
|
py3-pip \
|
||||||
|
ffmpeg && \
|
||||||
mkdir -p /config && \
|
mkdir -p /config && \
|
||||||
pip install --no-cache-dir ytdl_sub-*.whl && \
|
pip install --no-cache-dir ytdl_sub-*.whl && \
|
||||||
rm ytdl_sub-*.whl && \
|
rm ytdl_sub-*.whl && \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue