rust-nex/wii-u-chat/backend-secure (5389e7)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/backend-secure:5389e7sha256:22d2326b3ac506cef67cba0f08a86dac8b9ad24901eb5a75cf7107f2d0e2e464Image 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/rnex-server-backend-secure /rnex-server-backend-secure # buildkit |
| ENTRYPOINT ["/rnex-server-backend-secure"] |