rust-nex/wii-u-chat/proxy-secure (3db244)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/proxy-secure:3db244sha256:4b42fd1b8b67218e95bdce5cec5e38d6ce7bf86fbc941a709bd72f548ce47ad3Image 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"] |