ffprobe is now available
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user