Skip to content

Commit

Permalink
fix:ffmpeg arm64 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guovin committed Oct 12, 2024
1 parent f4a305e commit 553d64f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,8 @@ RUN echo "deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib

RUN apt-get update && apt-get install -y --no-install-recommends \
cron \
xz-utils

COPY tmp/ffmpeg-release-i686-static.tar.xz /tmp/

RUN tar -xf /tmp/ffmpeg-release-i686-static.tar.xz -C /tmp/ \
&& cp /tmp/ffmpeg-*/ffmpeg /usr/local/bin/ \
&& cp /tmp/ffmpeg-*/ffprobe /usr/local/bin/ \
&& rm -rf /tmp/ffmpeg-*
xz-utils \
ffmpeg

ARG INSTALL_CHROMIUM=false

Expand Down
Binary file removed tmp/ffmpeg-release-i686-static.tar.xz
Binary file not shown.

0 comments on commit 553d64f

Please sign in to comment.