anet-auth (v0.5.1)
Installation
docker pull git.lisenblsh.art/lisenblsh/anet-auth:v0.5.1sha256:459cfa3da1d6d6ae1d4a6db49391db25cda20dd4e27402faa065783c776ba5cbImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| WORKDIR /app |
| COPY /app/target/release/anet-auth /app/anet-auth # buildkit |
| RUN /bin/sh -c chmod +x /app/anet-auth # buildkit |
| CMD ["./anet-auth"] |