rust-nex/minecraft-wiiu/proxy-secure (667f43)
Installation
docker pull git.spbr.net/spacebar/rust-nex/minecraft-wiiu/proxy-secure:667f43sha256:ded5b65bd4aae924381da6fe833cddd4a9d9e95d1564739c8312bff580cc77faImage 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"] |