Skip to content

Commit c81caa4

Browse files
authored
Install ffplay in container
1 parent a4885c2 commit c81caa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ FROM base
4444
# and other common tools for the echo source.
4545
# alsa-plugins-pulse for ALSA support (+0MB)
4646
# font-droid for FFmpeg drawtext filter (+2MB)
47-
RUN apk add --no-cache tini ffmpeg bash curl jq alsa-plugins-pulse font-droid
47+
RUN apk add --no-cache tini ffmpeg ffplay bash curl jq alsa-plugins-pulse font-droid
4848

4949
# Hardware Acceleration for Intel CPU (+50MB)
5050
ARG TARGETARCH

0 commit comments

Comments
 (0)