Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity authored Oct 8, 2024
1 parent f7df6ec commit e52950b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit e52950b

Please sign in to comment.