rust-nex/fast-racing-neo/backend-auth (667f43)
Installation
docker pull git.spbr.net/spacebar/rust-nex/fast-racing-neo/backend-auth:667f43sha256:e8bf53f006c45f1265c24393fae7591e3a6b24765f5e1d55806bbe6b03b58aa8Image 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"] |