rust-nex/wii-u-chat/proxy-secure (2a8214)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/proxy-secure:2a8214sha256:c1a654cdd28e8431807b45295ebbbd25a64b29fd6fdd2964d766bc58d010e3b2Image 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_secure /proxy_secure # buildkit |
| ENTRYPOINT ["/proxy_secure"] |