rust-nex/friends/backend-secure (f4d983)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/backend-secure:f4d983sha256:2906ef357951627cded9b39fef291aaa2f65385510cbf0c25035d3e5e45f48cbImage 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"] |