File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ RUN export BUILD=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "amd64";
1818 /opt/venv/bin/pip install --upgrade pip setuptools && \
1919 /opt/venv/bin/pip install --no-cache-dir pyssim OpenCV-Python Numpy image && \
2020 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 && \
21+ tar --strip-components 1 -C /usr/bin -xf ffmpeg-release- $BUILD-static.tar.xz --wildcards ffmpeg*/ff* && \
22+ rm ffmpeg-release- $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