disable avresample (this is deprecrated) + disabled opencv to make base image for agent smaller

This commit is contained in:
Cedric Verstraeten
2023-01-25 10:31:55 +01:00
parent c7488659e4
commit 70d69dcd1b
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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 && \
-1
View File
@@ -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 && \