docker: fedora builder update

- Updated Bitcoin version to 22.0
- Adding clnrest dependencies
This commit is contained in:
Shahana Farooqui 2023-07-31 06:31:59 -07:00 committed by Rusty Russell
parent 85332f2bd4
commit e6a010e5fd
1 changed files with 2 additions and 3 deletions

View File

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