Skip to content

Commit

Permalink
added speedtest cli latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl committed Apr 15, 2024
1 parent 6890757 commit 620e19c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,9 @@ RUN curl -SsL https://packages.httpie.io/deb/KEY.gpg | gpg --dearmor -o /usr/sha
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

# install speedtest cli from
# https://www.speedtest.net/apps/cli
RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash && \
apt-get install -y speedtest

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 620e19c

Please sign in to comment.