rust-nex/wii-u-chat/proxy-insecure (c40f89)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/proxy-insecure:c40f89sha256:e2e62cc99a1c3cd0548d87eb1f1308a5f0745b458b96350671963a7a92025e38Image 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"] |