ffprobe is now available

This commit is contained in:
2024-03-05 14:50:05 -08:00
parent 23951ea4e7
commit e6f2db5857
2 changed files with 9 additions and 1 deletions

View File

@@ -6,6 +6,6 @@ RUN apk add --no-cache gcc g++ musl-dev make automake autoconf bash curl linux-h
NUMJOBS=12 ./build-ffmpeg -b --enable-gpl-and-non-free --full-static
FROM alpine
COPY --from=tmp /usr/local/bin/ffmpeg /usr/bin/ffmpeg
COPY --from=tmp /usr/local/bin/ff* /usr/bin/
ENTRYPOINT ["/usr/bin/ffmpeg"]
CMD ["-h"]