Skip to content

Commit 0610283

Browse files
authored
Update Dockerfile.blockproducer
1 parent 6ffacab commit 0610283

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.blockproducer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" \
1212
ARG VERSION
1313
RUN echo "Building tags/$VERSION..."
1414
RUN touch cabal.project.local
15+
COPY . .
1516
RUN cabal update \
1617
&& cabal configure --with-compiler=ghc-8.10.7 \
1718
&& echo "package cardano-crypto-praos" >> cabal.project.local \

0 commit comments

Comments
 (0)