Skip to content

Commit

Permalink
Fix Electrum installation in Dockerfile.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Oct 12, 2024
1 parent 142ed11 commit 40ef4d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 40ef4d8

Please sign in to comment.