This commit is contained in:
parent
7948c548e3
commit
192fc55105
@ -1,8 +1,9 @@
|
|||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
#
|
#
|
||||||
COPY ookla_speedtest_cli.list /
|
COPY ookla_speedtest_cli.list /
|
||||||
RUN cat /ookla_speedtest_cli.list >> /etc/apt/sources.list
|
RUN apt update && apt install curl
|
||||||
RUN apt update && apt install python3 python3-pip iputils-ping speedtest -y
|
RUN curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash
|
||||||
|
RUN apt install python3 python3-pip iputils-ping speedtest -y
|
||||||
COPY logspeedtest.py /usr/local/bin/
|
COPY logspeedtest.py /usr/local/bin/
|
||||||
COPY requirements.txt /
|
COPY requirements.txt /
|
||||||
COPY init.sh /
|
COPY init.sh /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user