work #1

Merged
paradizelost merged 4 commits from work into main 2024-11-26 20:27:46 +00:00
2 changed files with 5 additions and 3 deletions
Showing only changes of commit 6616bf7fae - Show all commits

View File

@@ -1,7 +1,7 @@
FROM debian:bullseye-slim
#
COPY ookla_speedtest_cli.list /
RUN apt update && apt install curl
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/