Block a user
speedtest (dev)
Installation
docker pull git.hamik.net/paradizelost/speedtest:dev
sha256:d0642ab70dd57659db784e579a12ad3e7f89bc782f5aef4c32b95d2081edd893
Image Layers
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400' |
COPY ookla_speedtest_cli.list requirements.txt init.sh / # buildkit |
RUN /bin/sh -c apt update && apt install curl python3 python3-pip iputils-ping -y && pip3 install -r /requirements.txt --break-system-packages && chmod +x /init.sh && curl -s https://packagecloud.io/install/repositories/ookla/speedtest-cli/script.deb.sh | bash # buildkit |
RUN /bin/sh -c apt update && apt install speedtest -y && apt clean # buildkit |
COPY logspeedtest.py /usr/local/bin/ # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/logspeedtest.py # buildkit |
CMD ["/init.sh"] |
Details
Versions (2)
View all