Proposal Progress: Fix Submodules in Dockerfile

in hive-102132 •  5 hours ago 

Thanks for all the supporters for Proposal: Fixing Steemd Build Dependencies in the Latest OS

Progress Update

Thanks to @moecki for testing the PR. There was a problem with submodule command in Dockerfile. I was testing with the patches applied before docker build thus not aware of the problem.

Anyway, I pushed a fix and done a testing on a clean machine: fork, checkout the branch, and docker build immediately, it works fine:

docker build -t steem -f deploy/Dockerfile.ubuntu20.04 .

The fix was pushed at:

https://github.com/steemit/steem/pull/3699/commits/f9b17cd088a7f2b1a8df6dc1dc88a280a02d588d

image.png

The patch has to be done in the correct folder:

pwd && \
    git submodule update --init --recursive && \
    cd libraries/fc/vendor/websocketpp && \
    git apply /usr/local/src/patches/websocketpp-patch-ini-asio.patch

Steem to the Moon🚀!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!