anet-genconf (latest)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-genconf:latestsha256:4331edd7e45c08a9b853d0b8053ded06bd758dd0a82f6c5291b1e3de74b3a2b3Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600' |
| 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