We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a228123 + 984d5ef commit 407b6a5Copy full SHA for 407b6a5
Dockerfile
@@ -20,7 +20,7 @@ RUN apk update \
20
iproute2 iputils jq lftp mtr mysql-client net-tools netcat-openbsd \
21
nginx nmap openntpd openssh-client openssl perl-net-telnet \
22
postgresql-client procps rsync socat sudo tcpdump tcptraceroute \
23
- tshark wget envsubst\
+ tshark wget envsubst scapy liboping fping \
24
&& mkdir /certs /docker \
25
&& chmod 700 /certs \
26
&& openssl req \
@@ -32,6 +32,8 @@ RUN mkdir -p /usr/local/gobgp
32
RUN tar -C /usr/local/gobgp -xzf gobgp_3.25.0_linux_amd64.tar.gz
33
RUN cp /usr/local/gobgp/gobgp* /usr/bin/
34
35
+COPY --from=builder /usr/local/bin/mcjoin /usr/local/bin/
36
+
37
RUN rm /etc/motd
38
39
###
0 commit comments