rust-nex/fast-racing-neo/backend-auth (302b4e)
Installation
docker pull git.spbr.net/spacebar/rust-nex/fast-racing-neo/backend-auth:302b4esha256:28ed82e4e8233088f3e597b8a2dd324e74a89608c5f85c1e07014c18dfd960a4Image 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"] |