mirror of
https://github.com/LukeHagar/ytdl-sub.git
synced 2025-12-06 04:22:12 +00:00
[DOCKER] Relax ffmpeg version requirement (#465)
This commit is contained in:
@@ -18,7 +18,7 @@ RUN mkdir -p /config && \
|
||||
py3-setuptools && \
|
||||
# Install edge ffmpeg, ensure it is properly installed
|
||||
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
|
||||
ffmpeg=5.1.2-r8 && \
|
||||
"ffmpeg>5.1" && \
|
||||
ffmpeg -version && \
|
||||
# Install phantomjs if using x86_64, ensure it is properly installed
|
||||
if [[ $(uname -m) == "x86_64" ]]; then \
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
__pypi_version__ = "2023.02.20.post12"
|
||||
__local_version__ = "2023.02.20+5035825"
|
||||
__pypi_version__ = "2023.02.22"
|
||||
__local_version__ = "2023.02.22+40d5517"
|
||||
|
||||
Reference in New Issue
Block a user