pesky dep error

This commit is contained in:
Jesse Bannon 2024-01-20 10:52:34 -08:00
parent 319b553f7c
commit 9e8b1db013

View file

@ -22,7 +22,7 @@ RUN mkdir -p /config && \
py3-setuptools && \
# Install edge ffmpeg and aria2 from community, ensure they are properly installed
apk add --no-cache --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community \
"ffmpeg>5.1" \
"ffmpeg>=6.1.1-r1" \
"aria2>=1.36.0" && \
ffmpeg -version && \
aria2c --version && \