Block a user
earnapp (0.0.1)
Published 2026-04-21 08:46:43 +02:00 by timothy
Installation
docker pull gitea.superwcpot.nl/timothy/earnapp:0.0.1sha256:d7bd81362ade33c4b9e09d8ee67aaacea3a0b54ee6bd52548957a49994b8ac76
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600' |
| RUN /bin/sh -c apt-get update && apt-get install -y wget curl ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c wget -qO- https://brightdata.com/static/earnapp/install.sh > /tmp/earnapp.sh && chmod +x /tmp/earnapp.sh # buildkit |
| ENTRYPOINT ["/bin/bash" "-c" "yes | bash /tmp/earnapp.sh && tail -f /dev/null"] |