[docker] add ffprobe too

This commit is contained in:
Shish 2023-12-30 13:26:19 +00:00
parent 00a49f6541
commit aeeeca75eb

View file

@ -2,7 +2,7 @@ ARG PHP_VERSION=8.2
# Install base packages which all stages (build, test, run) need # Install base packages which all stages (build, test, run) need
FROM debian:bookworm AS base FROM debian:bookworm AS base
COPY --from=mwader/static-ffmpeg:6.1 /ffmpeg /usr/local/bin/ COPY --from=mwader/static-ffmpeg:6.1 /ffmpeg /ffprobe /usr/local/bin/
RUN apt update && \ RUN apt update && \
apt upgrade -y && \ apt upgrade -y && \
apt install -y curl && \ apt install -y curl && \