Skip to content

Commit

Permalink
Merge pull request #3 from neticdk/Added_stress
Browse files Browse the repository at this point in the history
add stress, for test aks autoscale
  • Loading branch information
Jolo1993 committed May 30, 2024
2 parents 457ad13 + 19796f2 commit 9a76474
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.59.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 npm libssl-dev postgresql-client mtr telnet traceroute tcpdump net-tools; 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 stress; apt clean
RUN pip3 install websocket-client azure-storage-blob azure-identity azure-cli==${AZ_CLI_VERSION}
RUN npm install -g wscat

Expand Down

0 comments on commit 9a76474

Please sign in to comment.