[DOCKER][BUGFIX] Fix ffmpeg (#358)

This commit is contained in:
Jesse Bannon 2022-11-24 10:29:38 -08:00 committed by GitHub
parent ead5620c5c
commit 06a9ed2974
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,14 +11,10 @@ RUN apk update --no-cache && \
g++ \
nano \
make \
ffmpeg \
python3=~3.10 \
py3-pip \
py3-setuptools && \
apk add --repository=http://dl-3.alpinelinux.org/alpine/edge/community/ \
libcrypto1.1 \
libcrypto3 \
libsrt \
ffmpeg && \
mkdir -p /config && \
pip install --no-cache-dir ytdl_sub-*.whl && \
rm ytdl_sub-*.whl && \