rust-nex/terraria/backend-secure (3a7bb9)
Installation
docker pull git.spbr.net/spacebar/rust-nex/terraria/backend-secure:3a7bb9sha256:ef8e3cdf490a159ad19088c27a26c8b19768d3f3b5fc785cd7c4e2afc479678eImage 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"] |