Skip to content

Commit 8a5132a

Browse files
authored
Update Dockerfile.submitapi
1 parent 2e7c72c commit 8a5132a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile.submitapi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ ENV LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" \
1515
RUN echo "Building tags/$VERSION..."
1616
RUN touch cabal.project.local
1717
COPY . .
18-
RUN cabal update \
18+
RUN cabal clean \
19+
&& cabal update \
1920
&& cabal configure --with-compiler=ghc-8.10.7 \
2021
&& echo "package cardano-crypto-praos" >> cabal.project.local \
2122
&& echo " flags: -external-libsodium-vrf" >> cabal.project.local \

0 commit comments

Comments
 (0)