rust-nex/fast-racing-neo/backend-secure (f4d983)
Installation
docker pull git.spbr.net/spacebar/rust-nex/fast-racing-neo/backend-secure:f4d983sha256:186cfb403a19e0b553c52a577ac4a08c9ad08442502e6cafd6a9c7cd89459b89Image 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"] |