Commit Graph

12 Commits

Author SHA1 Message Date
Marty Oehme ffa23c36ba
Fix Dockerfile file copying best practices
Followed the usual advice of preferring COPY to ADD when adding files
into the Dockerfile, and made sure to only import the files needed for
the program to run.
2021-05-19 19:47:03 +02:00
Marty Oehme 0d868c05fe
Move dependency installation to Dockerfile
Moved installation of speedtest commandline utility to Dockerfile.
Did not remove the (optional, if no cmdline utility found) installation
from entrypoint, so that the program can be run from entrypoint without
using docker as a fall-back.
2021-05-19 15:37:30 +02:00
Marty Oehme 0def56d219
Update for influxdb2
Updated environment options and readme
2021-05-19 11:38:27 +02:00
breadlysm c523da2391 Updated dockerfile 2021-04-27 13:46:08 -04:00
Leigh Phillips e33443ec0a
Update Dockerfile
Add pip3 pythonping
2021-01-19 23:18:41 -08:00
Leigh Phillips 61fb17ea67
Update Dockerfile
Make hub eligible - Remove any proprietary binaries (Oookla) & install those at container initialization instead.
2021-01-16 13:15:21 -08:00
Luc VOISE 7e02c0ad78 Add specific server id 2020-10-16 15:52:14 +02:00
Josh Smith 770a4c8b75 removed uneeded line 2020-07-30 22:23:23 -04:00
Josh Smith 829905d2cf fixed typos, errors with packetloss data 2020-07-30 18:53:20 -04:00
Josh 61e60fb103 use busterslim image, removed print 2020-07-21 20:54:45 -04:00
aidengilmartin ecd1c7c6cf Install Python requirements from requirements.txt 2019-11-05 20:55:09 +00:00
aidengilmartin c1fa165e66 Initial commit 2019-11-02 00:09:20 +00:00