We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6365968 + c81caa4 commit 7d41dc2Copy full SHA for 7d41dc2
Dockerfile
@@ -42,7 +42,7 @@ FROM python:${PYTHON_VERSION}-alpine AS base
42
# and other common tools for the echo source.
43
# alsa-plugins-pulse for ALSA support (+0MB)
44
# font-droid for FFmpeg drawtext filter (+2MB)
45
-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
46
47
# Hardware Acceleration for Intel CPU (+50MB)
48
ARG TARGETARCH
0 commit comments