rust-nex/fast-racing-neo/backend-auth (b5ee9b)
Installation
docker pull git.spbr.net/spacebar/rust-nex/fast-racing-neo/backend-auth:b5ee9bsha256:2ea163b32d827f04e4f610ea03a02c7163f3368970c511071ed826e1ae0412c7Image 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"] |