Skip to content

Commit

Permalink
added kube-burner bin
Browse files Browse the repository at this point in the history
  • Loading branch information
mukrishn committed Apr 16, 2024
1 parent 04e3ff7 commit f86b405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2
RUN unzip awscliv2.zip
RUN ./aws/install
RUN curl -sL https://aka.ms/InstallAzureCLIDeb | bash
RUN curl --fail --retry 8 --retry-all-errors -sS -L "https://github.com/kube-burner/kube-burner/releases/download/v1.9.5/kube-burner-V1.9.5-linux-x86_64.tar.gz" | tar -xzC "/usr/loca/bin/" kube-burner
COPY . /

0 comments on commit f86b405

Please sign in to comment.