From c81caa4d2c7dbda9c78de2010d22b1b8e9dff39d Mon Sep 17 00:00:00 2001 From: On Freund Date: Wed, 17 Jul 2024 13:37:56 +0300 Subject: [PATCH] Install ffplay in container --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b38888208..7a578980d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ FROM base # and other common tools for the echo source. # alsa-plugins-pulse for ALSA support (+0MB) # font-droid for FFmpeg drawtext filter (+2MB) -RUN apk add --no-cache tini ffmpeg bash curl jq alsa-plugins-pulse font-droid +RUN apk add --no-cache tini ffmpeg ffplay bash curl jq alsa-plugins-pulse font-droid # Hardware Acceleration for Intel CPU (+50MB) ARG TARGETARCH