removed uneeded line
This commit is contained in:
parent
829905d2cf
commit
770a4c8b75
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM python:3.8-slim-buster
|
||||||
|
|
||||||
LABEL maintainer="Josh Smith" \
|
LABEL maintainer="Josh Smith" \
|
||||||
description="Original by Aiden Gilmartin. Speedtest to InfluxDB data bridge"
|
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
|
# Install dependencies
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
Loading…
Reference in a new issue