anima-server (sha256:cae7350af71c6f07078c1e49457167aec83f2643fd616ac4461e394b92b7e27c)
Published 2026-05-09 15:00:05 +00:00 by toasterson
Installation
docker pull code.aopc.cloud/toasterson/anima-server@sha256:cae7350af71c6f07078c1e49457167aec83f2643fd616ac4461e394b92b7e27csha256:cae7350af71c6f07078c1e49457167aec83f2643fd616ac4461e394b92b7e27cImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1777939200' |
| 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 |
| COPY /build/target/release/anima-server /usr/local/bin/ # buildkit |
| EXPOSE [50051/tcp 50054/tcp] |
| ENTRYPOINT ["anima-server"] |