From e52950b5f3854504d285df742433448b77484de9 Mon Sep 17 00:00:00 2001 From: SimeonOnSecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Tue, 8 Oct 2024 00:03:46 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 70ddb74..bd30806 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,11 +33,11 @@ RUN tar -xvf libducohash.tar.gz # Go to the dir WORKDIR /app/libducohash -Compile it +#Compile it RUN rustup install stable && rustup default stable RUN cargo build --release -Extract the module and move it to /app/duino-coin +#Extract the module and move it to /app/duino-coin RUN mv target/release/libducohasher.so /app/duino-coin/libducohasher.so WORKDIR /app/