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 1c819c7 commit 2e7c72cCopy full SHA for 2e7c72c
Dockerfile.node
@@ -15,7 +15,8 @@ ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" \
15
RUN echo "Building tags/$VERSION..."
16
RUN touch cabal.project.local
17
COPY . .
18
-RUN cabal update \
+RUN cabal clean \
19
+ && cabal update \
20
&& cabal configure --with-compiler=ghc-8.10.7 \
21
&& echo "package cardano-crypto-praos" >> cabal.project.local \
22
&& echo " flags: -external-libsodium-vrf" >> cabal.project.local \
0 commit comments