rust-nex/fast-racing-neo/backend-secure (0ab4f0)
Installation
docker pull git.spbr.net/spacebar/rust-nex/fast-racing-neo/backend-secure:0ab4f0sha256:00273a3aeb6307b523b5393ac6723bc0289c28c4cc4649b248ed3208a57d29caImage 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"] |