anet-genconf (325aab3)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-genconf:325aab3sha256:1e9df10e312f2461af9ae2290732d27c27c630f69f02996f761dcd7e6b195953Image 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