breadlysm / SpeedFlux

Script to periodically run the Speedtest CLI application by Ookla and post results to InfluxDB.
MIT License
108 stars 69 forks source link

Fix Speedtest CLI Installation #37

Open sethwv opened 1 year ago

sethwv commented 1 year ago

The install of speedtest CLI in the dockerfile is terribly outdated and in most cases and installs no longer works. This PR shifts to using the suggested installation script on https://www.speedtest.net/apps/cli

Fixes #36

I've pushed this to my docker hub account at https://hub.docker.com/repository/docker/sethwv/speedflux/ for my own personal use.