rust-nex/wii-sports-club/proxy-insecure (2d8ac1)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-sports-club/proxy-insecure:2d8ac1sha256:63c1fdc5028f00b24930489867efe2e3b29f6d98be91ff4534a364feefdecaa7Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY dist/proxy_insecure /proxy_insecure # buildkit |
| ENTRYPOINT ["/proxy_insecure"] |