Include all heif plugins in one so file.

This commit is contained in:
Googol Lee
2024-09-30 19:53:17 +02:00
committed by GitHub
parent 9547be075c
commit f861c97b49
3 changed files with 7 additions and 2 deletions

View File

@@ -105,6 +105,7 @@ RUN --mount=type=bind,from=api,source=/dependencies/,target=/dependencies/ \
&& cd /dependencies \
&& cp -a lib/* /usr/local/lib/ \
&& cp -a bin/* /usr/local/bin/ \
&& cp -a etc/* /usr/local/etc/ \
&& ldconfig \
&& apt-get install -y ./deb/jellyfin-ffmpeg.deb \
&& ln -s /usr/lib/jellyfin-ffmpeg/ffmpeg /usr/local/bin/ \