upd: include ffprobe in dockerfile
This commit is contained in:
parent
10ad6b3faa
commit
826307bb3a
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
|
|||
ARG TARGETARCH
|
||||
|
||||
RUN curl -L https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-$TARGETARCH-static.tar.xz -o /ffmpeg.tar.xz \
|
||||
&& tar xvf /ffmpeg.tar.xz -C / --strip-components 1 --wildcards 'ffmpeg-*-static/ffmpeg'
|
||||
&& tar xvf /ffmpeg.tar.xz -C / --strip-components 1 --wildcards 'ffmpeg-*-static/ffmpeg' 'ffmpeg-*-static/ffprobe'
|
||||
|
||||
RUN corepack enable
|
||||
|
||||
|
|
Loading…
Reference in a new issue