Add ALSA support inside docker

This commit is contained in:
Alexey Khit
2023-05-04 13:40:14 +03:00
parent 23dd5b450c
commit 2a91c4625a
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -40,7 +40,8 @@ FROM base
# Install ffmpeg, tini (for signal handling),
# and other common tools for the echo source.
RUN apk add --no-cache tini ffmpeg bash curl jq
# alsa-plugins-pulse for ALSA support (+0MB)
RUN apk add --no-cache tini ffmpeg bash curl jq alsa-plugins-pulse
# Hardware Acceleration for Intel CPU (+50MB)
ARG TARGETARCH