anet-genconf (36272f6)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-genconf:36272f6sha256:0fe823fcfc68ce49f22f6db5a138a4c09a274eb34f40be2c570e0414ebbce056Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400' |
| 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 curl 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 (22)
View all