mirror of
https://github.com/romanz/electrs.git
synced 2024-11-19 01:43:29 +01:00
Fix Electrum installation in Dockerfile.ci (#1095)
Following 581082d5bb
.
This commit is contained in:
parent
142ed11357
commit
a6e51f9013
@ -40,7 +40,7 @@ WORKDIR /build/
|
|||||||
RUN apt-get install -qqy git libsecp256k1-1 python3-cryptography python3-setuptools python3-venv python3-pip jq curl
|
RUN apt-get install -qqy git libsecp256k1-1 python3-cryptography python3-setuptools python3-venv python3-pip jq curl
|
||||||
RUN git clone --recurse-submodules https://github.com/spesmilo/electrum/ && cd electrum/ && git log -1
|
RUN git clone --recurse-submodules https://github.com/spesmilo/electrum/ && cd electrum/ && git log -1
|
||||||
RUN python3 -m venv --system-site-packages venv && \
|
RUN python3 -m venv --system-site-packages venv && \
|
||||||
venv/bin/pip install -e electrum/ && \
|
ELECTRUM_ECC_DONT_COMPILE=1 venv/bin/pip install -e electrum/ && \
|
||||||
ln /build/venv/bin/electrum /usr/bin/electrum
|
ln /build/venv/bin/electrum /usr/bin/electrum
|
||||||
|
|
||||||
RUN electrum version --offline
|
RUN electrum version --offline
|
||||||
|
Loading…
Reference in New Issue
Block a user