Skip to content

Commit

Permalink
enable git submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
nilaysaha committed Aug 4, 2024
1 parent 05176c0 commit e566e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ RUN git clone https://github.com/IntersectMBO/cardano-node.git; \
cd cardano-node; \
cabal clean; \
cabal update;\
git fetch -all --tags; \
git fetch --all --recurse-submodules --tags; \
git checkout ${CARDANO_NODE_VERSION} -b tag-${CARDANO_NODE_VERSION};\
cabal build all;

Expand Down

0 comments on commit e566e2b

Please sign in to comment.