fix dockerfile
This commit is contained in:
parent
978c3c183b
commit
69b0005d6a
@ -2,7 +2,7 @@ FROM rust:slim
|
||||
RUN apt-get update && \
|
||||
apt-get install -y pkg-config libssl-dev git && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
RUN git clone -b ceremony https://github.com/tornadocash/phase2-bn254
|
||||
RUN git clone https://github.com/tornadocash/phase2-bn254
|
||||
WORKDIR /phase2-bn254/phase2
|
||||
RUN cargo build --release --bin tornado
|
||||
CMD cargo run --release --bin tornado
|
||||
|
Loading…
Reference in New Issue
Block a user