1
0
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:
Roman Zeyde 2024-10-12 12:36:46 +03:00 committed by GitHub
parent 142ed11357
commit a6e51f9013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 git clone --recurse-submodules https://github.com/spesmilo/electrum/ && cd electrum/ && git log -1
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
RUN electrum version --offline