mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-05-23 18:16:24 +02:00
Remove more potentially shared libraries
This commit is contained in:
parent
99f68d51bb
commit
880be84135
@ -7,6 +7,7 @@ RUN \
|
|||||||
apt-get -y clean && \
|
apt-get -y clean && \
|
||||||
rm /usr/lib/gcc/*-w64-mingw32/*/libstdc++*.dll* && \
|
rm /usr/lib/gcc/*-w64-mingw32/*/libstdc++*.dll* && \
|
||||||
rm /usr/lib/gcc/*-w64-mingw32/*/libgcc_s* && \
|
rm /usr/lib/gcc/*-w64-mingw32/*/libgcc_s* && \
|
||||||
|
rm /usr/*-w64-mingw32/lib/*.dll.a && \
|
||||||
mkdir /opt/ffbuild
|
mkdir /opt/ffbuild
|
||||||
|
|
||||||
ADD toolchain.cmake /toolchain.cmake
|
ADD toolchain.cmake /toolchain.cmake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user