mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-24 01:24:26 +01:00
docker: fedora builder update
- Updated Bitcoin version to 22.0 - Adding clnrest dependencies
This commit is contained in:
committed by
Rusty Russell
parent
85332f2bd4
commit
e6a010e5fd
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user