rust-nex/mario-tennis/backend-secure (3a7bb9)
Installation
docker pull git.spbr.net/spacebar/rust-nex/mario-tennis/backend-secure:3a7bb9sha256:30063ab3c36fc78c37cd1411bc78ac380f5cd51893c5f378e2bbdf854b86579fImage 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"] |