Skip to content

Commit

Permalink
Merge pull request #2 from neticdk/add-tools
Browse files Browse the repository at this point in the history
Added more debugging tools
  • Loading branch information
319-dk authored Nov 22, 2023
2 parents 8c339f0 + 68f1715 commit d7ba891
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ 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 mtr telnet traceroute; apt clean
RUN pip3 install azure-storage-blob azure-identity azure-cli==${AZ_CLI_VERSION}
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 pip3 install websocket-client azure-storage-blob azure-identity azure-cli==${AZ_CLI_VERSION}
RUN npm install -g wscat

USER 10001:30001
ENTRYPOINT ["tail", "-f", "/dev/null"]

0 comments on commit d7ba891

Please sign in to comment.