We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed2bf3 commit bd77d7bCopy full SHA for bd77d7b
nginx-debugger/Dockerfile
@@ -1,7 +1,10 @@
1
FROM alpine:latest
2
COPY --chmod=744 --from=project api_stats.sh /root/api_stats.sh
3
4
-RUN apk --update add bind-tools curl netcat-openbsd iproute2 iperf tcpdump tshark bash jq \
+RUN set -ex \
5
+ && apk --update add --no-cache \
6
+ bind-tools curl netcat-openbsd iproute2 \
7
+ iperf tcpdump tshark bash jq \
8
&& rm -rf /var/cache/apk/* \
9
&& ln -s /usr/bin/iperf /usr/local/bin/iperf \
10
&& ls -altrh /usr/local/bin/iperf
0 commit comments