Skip to content

Commit d6aa10b

Browse files
committed
fix
1 parent 3e38710 commit d6aa10b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2525
ENV PATH="/opt/venv/bin:${PATH}"

0 commit comments

Comments
 (0)