Add dependencies (ffmpeg) to Dockerfile

This commit is contained in:
vcadoux
2026-01-28 14:25:55 +01:00
parent 85c64667c1
commit 4692ac2748

View File

@@ -1,7 +1,7 @@
FROM ghcr.io/linuxserver/baseimage-alpine:3.23
RUN apk update && \
apk --no-cache add ca-certificates mailcap jq libcap
apk --no-cache add ca-certificates mailcap jq libcap ffmpeg
# Make user and create necessary directories
RUN mkdir -p /config /database /srv && \