anet-genconf (dev)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-genconf:devsha256:51ff987970c2ca63b6562c57747afa09e2496329f2c61ab06b293637f2b55313Image layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600' |
| 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