From 1e3410d21eca98f11043c2491e58339d260c26b9 Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 15 Sep 2024 22:25:56 -0400 Subject: [PATCH] Update python install command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2793b2d..078fb94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN git clone -b $VERSION https://github.com/spesmilo/electrumx.git RUN cd electrumx -RUN python3 setup.py install +RUN python3 -m pip install . ENV SERVICES="tcp://:50001" ENV COIN=BitcoinSV