m-lab / murakami

Run automated internet measurement tests in a Docker container.
Apache License 2.0
41 stars 11 forks source link

Get latest speedtest-cli release from git #67

Closed robertodauria closed 4 years ago

robertodauria commented 4 years ago

Using Debian Buster as base image means that the speedtest-cli in the repositories is an older version, not supporting --single.

This change directly fetches a specific tag from git.

Closes https://github.com/m-lab/murakami/issues/66.