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