mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
docker: Added pytest-groups plugin to builder image
This commit is contained in:
committed by
Rusty Russell
parent
6debaccfd5
commit
0574d68c97
@@ -24,6 +24,7 @@ RUN apt-get -qq update && \
|
|||||||
valgrind \
|
valgrind \
|
||||||
net-tools \
|
net-tools \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
python3-setuptools \
|
||||||
python-pkg-resources \
|
python-pkg-resources \
|
||||||
wget && \
|
wget && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
@@ -34,4 +35,4 @@ RUN cd /tmp/ && \
|
|||||||
mv /tmp/bitcoin-0.15.0/bin/bitcoin* /usr/local/bin/ && \
|
mv /tmp/bitcoin-0.15.0/bin/bitcoin* /usr/local/bin/ && \
|
||||||
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.0
|
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.0
|
||||||
|
|
||||||
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0
|
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3
|
||||||
|
|||||||
@@ -24,6 +24,7 @@ RUN apt-get -qq update && \
|
|||||||
valgrind \
|
valgrind \
|
||||||
net-tools \
|
net-tools \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
python3-setuptools \
|
||||||
python-pkg-resources \
|
python-pkg-resources \
|
||||||
wget && \
|
wget && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
@@ -34,4 +35,4 @@ RUN cd /tmp/ && \
|
|||||||
mv /tmp/bitcoin-0.15.0/bin/bitcoin* /usr/local/bin/ && \
|
mv /tmp/bitcoin-0.15.0/bin/bitcoin* /usr/local/bin/ && \
|
||||||
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.0
|
rm -rf bitcoin.tar.gz /tmp/bitcoin-0.15.0
|
||||||
|
|
||||||
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0
|
RUN pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3
|
||||||
|
|||||||
Reference in New Issue
Block a user