mirror of
https://github.com/kerberos-io/base.git
synced 2026-04-22 15:27:03 +08:00
disable avresample (this is deprecrated) + disabled opencv to make base image for agent smaller
This commit is contained in:
@@ -25,7 +25,6 @@ RUN git clone https://github.com/FFmpeg/FFmpeg && \
|
||||
--extra-ldflags="-latomic" \
|
||||
--enable-avfilter \
|
||||
--disable-zlib \
|
||||
--enable-avresample \
|
||||
--enable-gpl \
|
||||
--extra-libs=-latomic \
|
||||
--enable-static --disable-shared && \
|
||||
|
||||
@@ -26,7 +26,6 @@ RUN git clone https://github.com/FFmpeg/FFmpeg && \
|
||||
--extra-ldflags="-latomic" \
|
||||
--enable-avfilter \
|
||||
--disable-zlib \
|
||||
--enable-avresample \
|
||||
--enable-gpl \
|
||||
--extra-libs=-latomic \
|
||||
--enable-static --disable-shared && \
|
||||
|
||||
Reference in New Issue
Block a user