rust-nex/wii-u-chat/backend-secure (f4d983)
Installation
docker pull git.spbr.net/spacebar/rust-nex/wii-u-chat/backend-secure:f4d983sha256:5c6df351e4278a19f2abff8208ceef19494fa7b338a6a6a3d1f3342835c710a9Image 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"] |