rust-nex/wii-u-chat/proxy-secure (5389e7)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/proxy-secure:5389e7sha256:77ca57d5c16823b3c8688c0ca51cb530222e19d310a66644c243a5ce58ff3f5dImage 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"] |