We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffacab commit 0610283Copy full SHA for 0610283
Dockerfile.blockproducer
@@ -12,6 +12,7 @@ ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" \
12
ARG VERSION
13
RUN echo "Building tags/$VERSION..."
14
RUN touch cabal.project.local
15
+COPY . .
16
RUN cabal update \
17
&& cabal configure --with-compiler=ghc-8.10.7 \
18
&& echo "package cardano-crypto-praos" >> cabal.project.local \
0 commit comments