rust-nex/fast-racing-neo/backend-secure (3a7bb9)
Installation
docker pull git.spbr.net/spacebar/rust-nex/fast-racing-neo/backend-secure:3a7bb9sha256:2531bbe41b79211c0bda0bf73d8d8c3321f25fa7516e89f7c00d583d23ef5a97Image 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-secure /rnex-server-backend-secure # buildkit |
| ENTRYPOINT ["/rnex-server-backend-secure"] |