From 69b0005d6a20c54ad73cd4b2ecf2dc8afeec75e9 Mon Sep 17 00:00:00 2001 From: poma Date: Tue, 28 Apr 2020 11:32:34 +0300 Subject: [PATCH] fix dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cc026ff..47a9951 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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