[docker] add ffprobe too
This commit is contained in:
parent
00a49f6541
commit
aeeeca75eb
1 changed files with 1 additions and 1 deletions
|
@ -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 && \
|
||||||
|
|
Reference in a new issue