Skip to content

Commit 023aa5e

Browse files
Add net-tools
1 parent d7ba891 commit 023aa5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG AZ_CLI_VERSION=2.40.0
44

55
RUN useradd -u 10001 scratchuser
66
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
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 net-tools; apt clean
88
RUN pip3 install websocket-client azure-storage-blob azure-identity azure-cli==${AZ_CLI_VERSION}
99
RUN npm install -g wscat
1010

0 commit comments

Comments
 (0)