mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-10 23:15:34 -04:00
fix: Add ffmpeg to prod image (#7235)
This commit is contained in:
@@ -121,6 +121,7 @@ ENV GIT_COMMIT_HASH=$COMMIT
|
|||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install --no-install-recommends -y \
|
&& apt-get install --no-install-recommends -y \
|
||||||
curl \
|
curl \
|
||||||
|
ffmpeg \
|
||||||
gosu \
|
gosu \
|
||||||
iproute2 \
|
iproute2 \
|
||||||
libldap-common \
|
libldap-common \
|
||||||
|
|||||||
Reference in New Issue
Block a user