Skip to content

Commit

Permalink
added hey load balancing tool
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl authored Jul 31, 2023
1 parent add3f74 commit 3368e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,8 @@ RUN curl -SsL https://packages.httpie.io/deb/KEY.gpg | gpg --dearmor -o /usr/sha
apt-get update && \
apt-get install -y httpie

# for hey
RUN curl -Lv -o /usr/bin/hey https://hey-release.s3.us-east-2.amazonaws.com/hey_linux_amd64 && \
chmod a+x /usr/bin/hey

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 3368e85

Please sign in to comment.