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