Compare commits

...

5 Commits

Author SHA1 Message Date
056c0b545e Merge pull request 'work' (#1) from work into main
Reviewed-on: #1
2024-11-26 14:27:40 -06:00
6616bf7fae forgot the -y
All checks were successful
/ Plan (push) Successful in 3m1s
/ Plan (pull_request) Successful in 17s
/ Deploy (pull_request) Successful in 6s
2024-11-26 13:30:05 -06:00
192fc55105 move to installing via the ookla method
Some checks failed
/ Plan (push) Failing after 15s
2024-11-26 13:29:04 -06:00
7948c548e3 list change
Some checks failed
/ Plan (push) Failing after 16s
2024-11-26 13:25:42 -06:00
738df45609 force build
Some checks failed
/ Plan (push) Failing after 14s
2024-11-26 13:23:18 -06:00
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,9 @@
FROM debian:bullseye-slim
#
COPY ookla_speedtest_cli.list /etc/apt/sources.list.d/
RUN apt update && apt install python3 python3-pip iputils-ping speedtest -y
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 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