Skip to content

Commit

Permalink
Update Dockerfile.node
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Sep 29, 2023
1 parent 1c819c7 commit 2e7c72c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.node
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" \
RUN echo "Building tags/$VERSION..."
RUN touch cabal.project.local
COPY . .
RUN cabal update \
RUN cabal clean \
&& cabal update \
&& cabal configure --with-compiler=ghc-8.10.7 \
&& echo "package cardano-crypto-praos" >> cabal.project.local \
&& echo " flags: -external-libsodium-vrf" >> cabal.project.local \
Expand Down

0 comments on commit 2e7c72c

Please sign in to comment.