From 770a4c8b75f41a12e770b84ad0ad10a6bb932890 Mon Sep 17 00:00:00 2001
From: Josh Smith <git@breadlysm.com>
Date: Thu, 30 Jul 2020 22:23:23 -0400
Subject: [PATCH] removed uneeded line

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index a6fc1da..7b508ef 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.8-slim-buster
 
 LABEL maintainer="Josh Smith" \
     description="Original by Aiden Gilmartin. Speedtest to InfluxDB data bridge"
-#wget "https://ookla.bintray.com/download/$(wget https://ookla.bintray.com/download/ -q -O - | grep x86_64-linux.tgz\" | grep -Po "(?<=href=\")[^^\"]*" | cut -d ":" -f 2)"
+
 # Install dependencies
 ENV DEBIAN_FRONTEND=noninteractive
 RUN apt-get update
-- 
GitLab