Compare commits

..

No commits in common. "056c0b545eb253dc28755a1c20f4efef492cb3d6" and "a1e168f345bd2cadb1528d925a096a0788461839" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -1,9 +1,7 @@
FROM debian:bullseye-slim
#
COPY ookla_speedtest_cli.list /
RUN apt update && apt install curl -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 ookla_speedtest_cli.list /etc/apt/sources.list.d/
RUN apt update && apt install python3 python3-pip iputils-ping speedtest -y
COPY logspeedtest.py /usr/local/bin/
COPY requirements.txt /
COPY init.sh /

View File

@ -1,4 +1,4 @@
# this file was generated by packagecloud.io for #
# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/ookla/speedtest-cli
deb [signed-by=/etc/apt/keyrings/ookla_speedtest-cli-archive-keyring.gpg] https://packagecloud.io/ookla/speedtest-cli/debian/ bookworm main