rust-nex/fast-racing-neo/backend-auth (3db244)
Installation
docker pull git.spbr.net/spacebar/rust-nex/fast-racing-neo/backend-auth:3db244sha256:761b9e5a4e916a6ee565513d9664a7063300e64f418e5aa2a14b45b3cd799a1bImage 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"] |