Skip to content

Commit

Permalink
Problem: (fix #401)missing git submodule inside dockerfile (#402)
Browse files Browse the repository at this point in the history
Solution: add git module update command to dockerfile
  • Loading branch information
allthatjazzleo authored Mar 5, 2021
1 parent ec02b54 commit d6d8e18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ COPY . .

# Install minimum necessary dependencies, build Cosmos SDK, remove packages
RUN apk add --no-cache $PACKAGES && \
git submodule update --init --recursive && \
NETWORK=${NETWORK} make install

# Final image
Expand Down

0 comments on commit d6d8e18

Please sign in to comment.