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