diff --git a/Dockerfile b/Dockerfile index 1888939..b82ddf4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ RUN tar -xvf libducohash.tar.gz WORKDIR /app/libducohash # Compile it +RUN rustup install stable && rustup default stable RUN cargo build --release # Extract the module and move it to /app/duino-coin