rust-nex/wii-u-chat/backend-secure (0ab4f0)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/backend-secure:0ab4f0sha256:8a00e5c499b8ab7a7c16caa9754814c2ea60767d0f1562c895ad6dcb2853ccf5Image 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"] |