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 2e7c72c commit 8a5132aCopy full SHA for 8a5132a
Dockerfile.submitapi
@@ -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