Skip to content

Commit 7d41dc2

Browse files
authored
Merge pull request #1264 from OnFreund/patch-1
Install ffplay in container
2 parents 6365968 + c81caa4 commit 7d41dc2

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
@@ -42,7 +42,7 @@ FROM python:${PYTHON_VERSION}-alpine AS base
4242
# and other common tools for the echo source.
4343
# alsa-plugins-pulse for ALSA support (+0MB)
4444
# font-droid for FFmpeg drawtext filter (+2MB)
45-
RUN apk add --no-cache tini ffmpeg bash curl jq alsa-plugins-pulse font-droid
45+
RUN apk add --no-cache tini ffmpeg ffplay bash curl jq alsa-plugins-pulse font-droid
4646

4747
# Hardware Acceleration for Intel CPU (+50MB)
4848
ARG TARGETARCH

0 commit comments

Comments
 (0)