Skip to content

Commit

Permalink
Add mtr, telnet and traceroute
Browse files Browse the repository at this point in the history
  • Loading branch information
atoftegaard-git committed Oct 19, 2023
1 parent c598698 commit 8c339f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG AZ_CLI_VERSION=2.40.0

RUN useradd -u 10001 scratchuser
RUN groupadd -g 30001 debuggroup
RUN apt update -y; apt install -y vim netcat-openbsd curl wget bind9-host bind9-dnsutils python3 python3-pip postgresql-client; apt clean
RUN apt update -y; apt install -y vim netcat-openbsd curl wget bind9-host bind9-dnsutils python3 python3-pip postgresql-client mtr telnet traceroute; apt clean
RUN pip3 install azure-storage-blob azure-identity azure-cli==${AZ_CLI_VERSION}

USER 10001:30001
Expand Down

0 comments on commit 8c339f0

Please sign in to comment.