rust-nex/friends/backend-auth (eff58c)
Installation
docker pull git.spbr.net/spacebar/rust-nex/friends/backend-auth:eff58csha256:9fa20c79b582376f96ce88fa5bc6eef35c834d69811063d652e0f3f50c4f0904Image 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"] |