update codeserver.
All checks were successful
Deploy Docker Images / Docusaurus build and Server deploy (push) Successful in 4m10s

This commit is contained in:
amass 2024-09-30 02:39:19 +08:00
parent cba97f20f9
commit faceb5f3fd

View File

@ -57,7 +57,7 @@ RUN cd /root \
&& echo 'export LD_LIBRARY_PATH=/opt/Libraries/boost_1_86_0/lib:$LD_LIBRARY_PATH' >> /etc/profile
RUN cd /root \
&& git clone --depth=1 --recursive https://gitea.amass.fun/amass/ZLMediaKit.git \
&& git clone --depth=1 --recursive https://github.com/ZLMediaKit/ZLMediaKit.git \
&& cd /root/ZLMediaKit \
&& apt install -y libsrtp2-dev libusrsctp-dev \
&& cmake -G Ninja -B build -S . -DENABLE_OPENSSL=true -DENABLE_WEBRTC=true -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/opt/Libraries/ZLMediaKit" \