parent
738df45609
commit
7948c548e3
@ -1,6 +1,7 @@
|
|||||||
FROM debian:bullseye-slim
|
FROM debian:bullseye-slim
|
||||||
#
|
#
|
||||||
COPY ookla_speedtest_cli.list /etc/apt/sources.list.d/
|
COPY ookla_speedtest_cli.list /
|
||||||
|
RUN cat /ookla_speedtest_cli.list >> /etc/apt/sources.list
|
||||||
RUN apt update && apt install python3 python3-pip iputils-ping speedtest -y
|
RUN apt update && 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 /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user