anima-server (7dc3402)
Published 2026-06-02 13:58:28 +00:00 by toasterson
Installation
docker pull code.aopc.cloud/toasterson/anima-server:7dc3402sha256:3e4a384feab73d16fea06b191cc3bebe8e11bfb12479f02a87285b9fa618b0b8Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates libssl3 libpq5 libfontconfig1 && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends git && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /build/target/release/anima-server /usr/local/bin/ # buildkit |
| EXPOSE [50051/tcp 50054/tcp] |
| ENTRYPOINT ["anima-server"] |