Official docker image: upgraded ffmpeg + do not build it with the small option
This commit is contained in:
+1
-2
@@ -39,7 +39,7 @@ ARG BUILD_PACKAGES=" \
|
||||
RUN apk add --no-cache --update ${BUILD_PACKAGES}
|
||||
|
||||
# ffmpeg
|
||||
ARG FFMPEG_VERSION=6.1.2
|
||||
ARG FFMPEG_VERSION=6.1.3
|
||||
RUN \
|
||||
DIR=/tmp/ffmpeg && mkdir -p ${DIR} && cd ${DIR} && \
|
||||
curl -sLO https://ffmpeg.org/releases/ffmpeg-${FFMPEG_VERSION}.tar.bz2 && \
|
||||
@@ -61,7 +61,6 @@ RUN \
|
||||
--enable-shared \
|
||||
--disable-static \
|
||||
--enable-gpl \
|
||||
--enable-small \
|
||||
--enable-version3 \
|
||||
--enable-nonfree \
|
||||
--enable-libmp3lame \
|
||||
|
||||
Reference in New Issue
Block a user