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