Skip to content

Commit

Permalink
add httpstat script to PATH and runnable by all users
Browse files Browse the repository at this point in the history
  • Loading branch information
suvl committed May 14, 2024
1 parent 39c3143 commit 5bc6864
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 @@ -125,6 +125,6 @@ RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/scr
apt-get install -y speedtest

# add httpstat script
RUN curl -s https://raw.githubusercontent.com/b4b4r07/httpstat/master/httpstat.sh >httpstat.sh && chmod +x httpstat.sh
RUN curl -s https://raw.githubusercontent.com/b4b4r07/httpstat/master/httpstat.sh >/usr/bin/httpstat && chmod a+x /usr/bin/httpstat

ENTRYPOINT [ "/bin/bash" ]

0 comments on commit 5bc6864

Please sign in to comment.