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