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