rust-nex/friends/backend-auth (0ab4f0)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/backend-auth:0ab4f0sha256:fb31b4525879bc1f69d70f231048909ddefb13b144b36230b0a806b2e1298f8cImage 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"] |