removed uneeded line

This commit is contained in:
Josh Smith 2020-07-30 22:23:23 -04:00
parent 829905d2cf
commit 770a4c8b75
1 changed files with 1 additions and 1 deletions

View File

@ -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