rust-nex/wii-u-chat/proxy-secure (2d8ac1)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/proxy-secure:2d8ac1sha256:3a200ef45f9cf89e292da6460e75f3416bbec417601a936013f73b0649149feaImage 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"] |