From e6d39f7dd25e04e24055a2f38e5c459a092d9aa2 Mon Sep 17 00:00:00 2001 From: Bill Date: Sun, 15 Sep 2024 22:21:42 -0400 Subject: [PATCH] Switched to rocksdb python binding --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e605142..2793b2d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ RUN apt-get update RUN apt-get -y install git python3.10 python3-pip librocksdb-dev libsnappy-dev libbz2-dev libz-dev liblz4-dev -RUN pip3 install multidict aiohttp pylru python-rocksdb +RUN pip3 install multidict aiohttp pylru rocksdb3 RUN git clone -b $VERSION https://github.com/spesmilo/electrumx.git