work #1

Merged
paradizelost merged 4 commits from work into main 2024-11-26 14:27:46 -06:00
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
FROM debian:bullseye-slim FROM debian:bullseye-slim
# #
COPY ookla_speedtest_cli.list /etc/apt/sources.list.d/ COPY ookla_speedtest_cli.list /
RUN apt update && apt install python3 python3-pip iputils-ping speedtest -y 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 logspeedtest.py /usr/local/bin/ COPY logspeedtest.py /usr/local/bin/
COPY requirements.txt / COPY requirements.txt /
COPY init.sh / 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 # 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 deb [signed-by=/etc/apt/keyrings/ookla_speedtest-cli-archive-keyring.gpg] https://packagecloud.io/ookla/speedtest-cli/debian/ bookworm main