rust-nex/friends/backend-auth (2d8ac1)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/backend-auth:2d8ac1sha256:26af461b7d5c30c276d45ef1700c1a70b942e59756b4841be16ff3a8ff77e3b8Image 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-auth /rnex-server-backend-auth # buildkit |
| ENTRYPOINT ["/rnex-server-backend-auth"] |