add tcping for ubuntu22.04
This commit is contained in:
parent
a9640bbda5
commit
b4d8b8df0f
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user