diff --git a/Dockerfile b/Dockerfile
index a6fc1da165ceb18fd72ff7817aceb7d610fd41f9..7b508ef9cd769349ee2f91b85fff41e7a8f7b70a 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