Skip to content

Commit 407b6a5

Browse files
authored
Merge branch 'main' into gotty
2 parents a228123 + 984d5ef commit 407b6a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apk update \
2020
iproute2 iputils jq lftp mtr mysql-client net-tools netcat-openbsd \
2121
nginx nmap openntpd openssh-client openssl perl-net-telnet \
2222
postgresql-client procps rsync socat sudo tcpdump tcptraceroute \
23-
tshark wget envsubst\
23+
tshark wget envsubst scapy liboping fping \
2424
&& mkdir /certs /docker \
2525
&& chmod 700 /certs \
2626
&& openssl req \
@@ -32,6 +32,8 @@ RUN mkdir -p /usr/local/gobgp
3232
RUN tar -C /usr/local/gobgp -xzf gobgp_3.25.0_linux_amd64.tar.gz
3333
RUN cp /usr/local/gobgp/gobgp* /usr/bin/
3434

35+
COPY --from=builder /usr/local/bin/mcjoin /usr/local/bin/
36+
3537
RUN rm /etc/motd
3638

3739
###

0 commit comments

Comments
 (0)