File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ RUN export BUILD=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "amd64";
1717 python3 -m venv /opt/venv && \
1818 /opt/venv/bin/pip install --upgrade pip setuptools && \
1919 /opt/venv/bin/pip install --no-cache-dir pyssim OpenCV-Python Numpy image && \
20- wget https://johnvansickle.com/ffmpeg/old- releases/ffmpeg-5.1.1 -$BUILD-static.tar.xz && \
21- tar --strip-components 1 -C /usr/bin -xf ffmpeg-5.1.1- $BUILD-static.tar.xz --wildcards ffmpeg*/ff* && \
22- rm ffmpeg-5.1.1- $BUILD-static.tar.xz && \
20+ wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release -$BUILD-static.tar.xz && \
21+ tar --strip-components 1 -C /usr/bin -xf ffmpeg-$BUILD-static.tar.xz --wildcards ffmpeg*/ff* && \
22+ rm ffmpeg-$BUILD-static.tar.xz && \
2323 apt-get purge -y --auto-remove $buildDeps
2424
2525ENV PATH="/opt/venv/bin:${PATH}"
You can’t perform that action at this time.
0 commit comments