rust-nex/wii-u-chat/backend-auth (2a8214)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/backend-auth:2a8214sha256:c501b467de49c84171f14dc134a4f4f2ee70bf41f9886ed5558cc48f9f27dbcbImage 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"] |