Block a user
pingtest (latest)
Installation
docker pull git.hamik.net/paradizelost/pingtest:latest
sha256:f5adcf622bee5d50fd72cf577d33d680bb9ebfde844e83e2bc50d1682023a5d8
Image Layers
# debian.sh --arch 'amd64' out/ 'trixie' '@1754870400' |
COPY requirements.txt / # buildkit |
COPY init.sh / # buildkit |
RUN /bin/sh -c chmod +x /init.sh # buildkit |
RUN /bin/sh -c apt update && apt install python3 python3-pip iputils-ping -y && pip3 install -r /requirements.txt --break-system-packages && apt clean # buildkit |
COPY logpingresult.py /usr/local/bin/ # buildkit |
RUN /bin/sh -c chmod +x /usr/local/bin/logpingresult.py # buildkit |
CMD ["/init.sh"] |
Details
Versions (2)
View all