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