[DOCKER] Relax ffmpeg version requirement (#465)
This commit is contained in:
parent
40d551793a
commit
c153185b33
2 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue