From e6a010e5fdb0ee5712f208c4e8b4866d2fc46145 Mon Sep 17 00:00:00 2001 From: Shahana Farooqui Date: Mon, 31 Jul 2023 06:31:59 -0700 Subject: [PATCH] docker: fedora builder update - Updated Bitcoin version to 22.0 - Adding clnrest dependencies --- contrib/docker/Dockerfile.builder.fedora | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/docker/Dockerfile.builder.fedora b/contrib/docker/Dockerfile.builder.fedora index 81eb3798e..d35c5bcbe 100644 --- a/contrib/docker/Dockerfile.builder.fedora +++ b/contrib/docker/Dockerfile.builder.fedora @@ -1,6 +1,6 @@ FROM fedora:35 -ENV BITCOIN_VERSION 0.18.1 +ENV BITCOIN_VERSION 22.0 WORKDIR /tmp RUN dnf update -y && \ @@ -33,5 +33,4 @@ RUN wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_ RUN python3 -m pip install --upgrade pip && \ python3 -m pip install python-bitcoinlib pytest setuptools pytest-test-groups flake8 pytest-rerunfailures ephemeral-port-reserve -RUN python3 -m pip install flask gunicorn json5 -RUN python3 -m pip install --user flask_restx pyln-client +RUN python3 -m pip install flask gunicorn json5 flask_restx flask-socketio gevent gevent-websocket