mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
build: add mkrd to docker install?
This commit is contained in:
parent
251bae55d7
commit
9b42d9d8ba
@ -66,4 +66,5 @@ RUN pip3 install --upgrade pip && \
|
||||
tqdm==4.26.0 \
|
||||
pytest-test-groups==1.0.3 \
|
||||
flake8==3.5.0 \
|
||||
pytest-rerunfailures==3.1
|
||||
pytest-rerunfailures==3.1 \
|
||||
mrkd==0.1.6
|
||||
|
@ -32,4 +32,4 @@ RUN wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_
|
||||
rm -rf bitcoin.tar.gz bitcoin-$BITCOIN_VERSION
|
||||
|
||||
RUN python3 -m pip install --upgrade pip && \
|
||||
python3 -m pip install python-bitcoinlib==0.10.2 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0
|
||||
python3 -m pip install python-bitcoinlib==0.10.2 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 ephemeral-port-reserve==1.1.0 mrkd==0.1.6
|
||||
|
Loading…
Reference in New Issue
Block a user