rust-nex/fast-racing-neo/backend-secure (81c895)
Installation
docker pull git.spbr.net/spacebar/rust-nex/fast-racing-neo/backend-secure:81c895sha256:61d447908855bfb0f5951f06d3e63fa1cf4e9afbb1214375ce5e07adc32e2168Image 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"] |