Skip to content

Commit bd77d7b

Browse files
committed
Added additional tools for troubleshooting
1 parent fed2bf3 commit bd77d7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

nginx-debugger/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
FROM alpine:latest
22
COPY --chmod=744 --from=project api_stats.sh /root/api_stats.sh
33

4-
RUN apk --update add bind-tools curl netcat-openbsd iproute2 iperf tcpdump tshark bash jq \
4+
RUN set -ex \
5+
&& apk --update add --no-cache \
6+
bind-tools curl netcat-openbsd iproute2 \
7+
iperf tcpdump tshark bash jq \
58
&& rm -rf /var/cache/apk/* \
69
&& ln -s /usr/bin/iperf /usr/local/bin/iperf \
710
&& ls -altrh /usr/local/bin/iperf

0 commit comments

Comments
 (0)