We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ba891 commit 023aa5eCopy full SHA for 023aa5e
1 file changed
Dockerfile
@@ -4,7 +4,7 @@ ARG AZ_CLI_VERSION=2.40.0
4
5
RUN useradd -u 10001 scratchuser
6
RUN groupadd -g 30001 debuggroup
7
-RUN apt update -y; apt install -y vim netcat-openbsd curl wget bind9-host bind9-dnsutils python3 python3-pip npm libssl-dev postgresql-client mtr telnet traceroute tcpdump; apt clean
+RUN apt update -y; apt install -y vim netcat-openbsd curl wget bind9-host bind9-dnsutils python3 python3-pip npm libssl-dev postgresql-client mtr telnet traceroute tcpdump net-tools; apt clean
8
RUN pip3 install websocket-client azure-storage-blob azure-identity azure-cli==${AZ_CLI_VERSION}
9
RUN npm install -g wscat
10
0 commit comments