anet-genconf (9957b63)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-genconf:9957b63sha256:47f2228213ae39f4b98b921994189b78f7ace6b042c907b93c1f5b8f5e40503aImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| WORKDIR /app |
| COPY /app/target/release/anet-keygen /app/anet-keygen # buildkit |
| RUN /bin/sh -c chmod +x /app/anet-keygen # buildkit |
| WORKDIR /app |
| COPY . . # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c chmod +x /app/create_server_conf.sh # buildkit |
| CMD ["./create_server_conf.sh"] |
Details
Versions (10)
View all