Switched to rocksdb python binding
Some checks failed
Build / build (push) Failing after 3m6s

This commit is contained in:
2024-09-15 22:21:42 -04:00
parent c5cd633189
commit e6d39f7dd2

View File

@@ -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