Fix libbitcoin build in docker and related README instructions
This commit is contained in:
parent
80d168e5b6
commit
4e2850f826
3 changed files with 3 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ RUN \
|
|||
RUN \
|
||||
git clone https://github.com/libbitcoin/libbitcoin-build.git && \
|
||||
cd libbitcoin-build && \
|
||||
git reset --hard 92c215fc1ffa272bab4d485d369d0306db52d69d && \
|
||||
./generate3.sh && \
|
||||
cd ../libbitcoin-explorer && \
|
||||
./install.sh && \
|
||||
|
|
|
|||
|
|
@ -136,6 +136,7 @@ RUN \
|
|||
RUN \
|
||||
git clone https://github.com/libbitcoin/libbitcoin-build.git && \
|
||||
cd libbitcoin-build && \
|
||||
git reset --hard 92c215fc1ffa272bab4d485d369d0306db52d69d && \
|
||||
./generate3.sh && \
|
||||
cd ../libbitcoin-explorer && \
|
||||
./install.sh && \
|
||||
|
|
|
|||
|
|
@ -79,6 +79,7 @@ libbitcoin-explorer setup:
|
|||
```
|
||||
git clone https://github.com/libbitcoin/libbitcoin-build.git
|
||||
cd libbitcoin-build
|
||||
git reset --hard 92c215fc1ffa272bab4d485d369d0306db52d69d
|
||||
./generate3.sh
|
||||
cd ../libbitcoin-explorer
|
||||
sudo ./install.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue