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 3a0600a commit 6b9c32d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ RUN tar -xvf libducohash.tar.gz
# Go to the dir
WORKDIR /app/libducohash

#Compile it
RUN rustup install stable && rustup default stable
RUN cargo build --release
# #Compile it
# RUN rustup install stable && rustup default stable
# RUN cargo build --release

#Extract the module and move it to /app/duino-coin
RUN mv target/release/libducohasher.so /app/duino-coin/libducohasher.so
# #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 6b9c32d

Please sign in to comment.