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