rust-nex/wii-u-chat/backend-auth (dce1c0)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/backend-auth:dce1c0sha256:5010642222d782070913ec6348f7168708d423ddb3d80f7fc5b516fb06216994Image 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"] |