rust-nex/terraria/backend-secure (fddae8)
Installation
docker pull git.spbr.net/spacebar/rust-nex/terraria/backend-secure:fddae8sha256:13ce09982bc8b0aa57d5c4afdd72034c1a8e827e1c4fbb326fe31521111e1098Image 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"] |