add tcping for ubuntu22.04
Some checks failed
Deploy / Build (push) Successful in 4m30s
Deploy Docker Images / Build dockerfile and Server deploy (push) Failing after 1h45m56s

This commit is contained in:
amass 2024-11-13 21:07:24 +08:00
parent a9640bbda5
commit b4d8b8df0f

View File

@ -101,6 +101,10 @@ RUN cd /root \
&& cmake --install build \ && cmake --install build \
&& rm -fr /root/wt-${WT_VERSION}* && rm -fr /root/wt-${WT_VERSION}*
RUN wget https://github.com/pouriyajamshidi/tcping/releases/download/v2.6.0/tcping_Linux.tar.gz -O /tmp/tcping_Linux.tar.gz \
&& tar -xzf /tmp/tcping_Linux.tar.gz -C /usr/bin \
&& rm /tmp/tcping_Linux.tar.gz
RUN cd /root \ RUN cd /root \
&& git clone --depth=1 --recursive https://github.com/ZLMediaKit/ZLMediaKit.git \ && git clone --depth=1 --recursive https://github.com/ZLMediaKit/ZLMediaKit.git \
&& cd /root/ZLMediaKit \ && cd /root/ZLMediaKit \