anet-server (edge)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-server:edgesha256:c656dce8ef18da923a5e52ebc5e98a25b2e1ab1382452a54d078dd84d0fea19fImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| RUN /bin/sh -c apt-get update && apt-get install -y ssh iptables && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /app |
| COPY /app/target/release/anet-server /app/anet-server # buildkit |
| COPY entrypoint.sh /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /app/anet-server # buildkit |
| ENTRYPOINT ["/entrypoint.sh"] |
| CMD ["./anet-server" "-c" "/app/config/server.toml"] |