fix: Add ffmpeg to prod image (#7235)

This commit is contained in:
Michael Genson
2026-03-12 14:11:15 -05:00
committed by GitHub
parent 16e8e8a877
commit 1bdb3ce54c

View File

@@ -121,6 +121,7 @@ ENV GIT_COMMIT_HASH=$COMMIT
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
curl \
ffmpeg \
gosu \
iproute2 \
libldap-common \