Skip to content

Commit

Permalink
Update Dockerfile.blockproducer
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Oct 9, 2023
1 parent 6ffacab commit 0610283
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.blockproducer
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" \
ARG VERSION
RUN echo "Building tags/$VERSION..."
RUN touch cabal.project.local
COPY . .
RUN cabal update \
&& cabal configure --with-compiler=ghc-8.10.7 \
&& echo "package cardano-crypto-praos" >> cabal.project.local \
Expand Down

0 comments on commit 0610283

Please sign in to comment.