mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Remove ffplay from docker image (#4449)
This commit is contained in:
parent
82432a78b7
commit
c4d442450b
@ -86,7 +86,7 @@ RUN --mount=type=bind,from=wheels,source=/wheels,target=/wheels \
|
|||||||
mkdir -p /usr/lib/btbn-ffmpeg \
|
mkdir -p /usr/lib/btbn-ffmpeg \
|
||||||
&& wget -O btbn-ffmpeg.tar.xz "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2022-07-31-12-37/ffmpeg-n5.1-2-g915ef932a3-linux$( [ "$TARGETARCH" = "amd64" ] && echo "64" || echo "arm64" )-gpl-5.1.tar.xz" \
|
&& wget -O btbn-ffmpeg.tar.xz "https://github.com/BtbN/FFmpeg-Builds/releases/download/autobuild-2022-07-31-12-37/ffmpeg-n5.1-2-g915ef932a3-linux$( [ "$TARGETARCH" = "amd64" ] && echo "64" || echo "arm64" )-gpl-5.1.tar.xz" \
|
||||||
&& tar -xf btbn-ffmpeg.tar.xz -C /usr/lib/btbn-ffmpeg --strip-components 1 \
|
&& tar -xf btbn-ffmpeg.tar.xz -C /usr/lib/btbn-ffmpeg --strip-components 1 \
|
||||||
&& rm btbn-ffmpeg.tar.xz; \
|
&& rm -rf btbn-ffmpeg.tar.xz /usr/lib/btbn-ffmpeg/doc /usr/lib/btbn-ffmpeg/bin/ffplay ; \
|
||||||
fi \
|
fi \
|
||||||
# ffmpeg -> arm32
|
# ffmpeg -> arm32
|
||||||
&& if [ "${TARGETARCH}" = "arm" ]; then \
|
&& if [ "${TARGETARCH}" = "arm" ]; then \
|
||||||
|
Loading…
Reference in New Issue
Block a user