1 Star 1 Fork 0

aoseala / zei

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 645 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM 563536162678.dkr.ecr.us-west-2.amazonaws.com/bulletproofs:batch_verification AS BP
FROM 563536162678.dkr.ecr.us-west-2.amazonaws.com/rust:2020-09-15 as builder
RUN cargo install cargo-audit
RUN mkdir /app
WORKDIR /app/
COPY --from=BP /app /src/bulletproofs
COPY ./Cargo* /app/
COPY ./rustfmt.toml /app/
COPY ./algebra /app/algebra
COPY ./crypto /app/crypto
COPY ./poly-iops /app/poly-iops
COPY ./utils /app/utils
COPY ./bench-utils /app/bench-utils
COPY ./zei_api /app/zei_api
RUN cargo audit
RUN cargo test --workspace --release
RUN rm -rf /app/target
FROM debian:buster
COPY --from=builder /app /app
COPY --from=BP /app /src/bulletproofs
Rust
1
https://gitee.com/Aoseala/zei.git
git@gitee.com:Aoseala/zei.git
Aoseala
zei
zei
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891