anet-server (edge)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-server:edgesha256:0a4fcddd03d19bb1d4e9881df67c23f32999745b98d0150b91a4be6b94e373abImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| 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"] |
Details
Versions (22)
View all