rust-nex/wii-u-chat/backend-auth (302b4e)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/backend-auth:302b4esha256:f9f43946040fd49ff5c1b678bed6ed7f9b2f035a410052ac7b0ed7c5a65f7775Image 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-auth /rnex-server-backend-auth # buildkit |
| ENTRYPOINT ["/rnex-server-backend-auth"] |