File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,20 +13,17 @@ RUN apt-get update \
1313 gcc \
1414 git \
1515 gperf \
16- iproute2 \
17- iptables \
1816 libavcodec-extra \
1917 libavfilter-dev \
2018 libbcg729-dev \
2119 libcurl4-openssl-dev \
2220 libevent-dev \
21+ libglib2.0-dev \
2322 libhiredis-dev \
2423 libiptc-dev \
2524 libjson-glib-dev \
2625 libjwt-dev \
27- libmnl-dev \
2826 libncursesw5-dev \
29- libnftnl-dev \
3027 libopus-dev \
3128 libpcap-dev \
3229 libpcre2-dev \
@@ -61,23 +58,19 @@ EXPOSE 23000-65535/udp 22222/udp
6158RUN apt-get update \
6259 && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
6360 curl \
64- iproute2 \
65- iptables \
66- libglib2.0-0 \
6761 libavcodec-extra \
6862 libavfilter10 \
6963 libbcg729-0 \
7064 libcurl4 \
7165 libevent-2.1-7 \
7266 libevent-pthreads-2.1-7 \
67+ libglib2.0-0 \
7368 libhiredis1.1.0 \
7469 libip6tc2 \
7570 libjson-glib-1.0-0 \
7671 libjwt2 \
7772 libmariadb3 \
78- libmnl0 \
7973 libncursesw6 \
80- libnftnl11 \
8174 libopus0 \
8275 libpcap0.8 \
8376 libpcre2-8-0 \
You can’t perform that action at this time.
0 commit comments