From 71857bad8ea21e707e9f7eb7edab8f26a727be6a Mon Sep 17 00:00:00 2001 From: Christian Decker Date: Fri, 4 May 2018 19:40:51 +0200 Subject: [PATCH] builder: Add the ephemeral-port-reserve dependency to the builder Signed-off-by: Christian Decker --- contrib/Dockerfile.builder | 2 +- contrib/Dockerfile.builder.fedora | 4 ++-- contrib/Dockerfile.builder.i386 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/contrib/Dockerfile.builder b/contrib/Dockerfile.builder index b6918b546..5211f4d99 100644 --- a/contrib/Dockerfile.builder +++ b/contrib/Dockerfile.builder @@ -47,4 +47,4 @@ RUN cd /tmp/ && \ rm -rf bitcoin.tar.gz /tmp/bitcoin-$BITCOIN_VERSION RUN pip3 install --upgrade pip && \ - python3 -m pip install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 + python3 -m pip install python-bitcoinlib==0.7.0 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 pytest-xdist==1.22.2 diff --git a/contrib/Dockerfile.builder.fedora b/contrib/Dockerfile.builder.fedora index bcfea7423..91ab2c71c 100644 --- a/contrib/Dockerfile.builder.fedora +++ b/contrib/Dockerfile.builder.fedora @@ -25,5 +25,5 @@ RUN wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_ mv bitcoin-$BITCOIN_VERSION/bin/bitcoin* /usr/local/bin/ && \ rm -rf bitcoin.tar.gz bitcoin-$BITCOIN_VERSION -RUN pip3 install --upgrade pip && \ - pip3 install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 +RUN python3 -m pip install --upgrade pip && \ + python3 -m pip install python-bitcoinlib==0.7.0 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 diff --git a/contrib/Dockerfile.builder.i386 b/contrib/Dockerfile.builder.i386 index fe0f50871..9d0cd2708 100644 --- a/contrib/Dockerfile.builder.i386 +++ b/contrib/Dockerfile.builder.i386 @@ -47,4 +47,4 @@ RUN cd /tmp/ && \ rm -rf bitcoin.tar.gz /tmp/bitcoin-$BITCOIN_VERSION RUN pip3 install --upgrade pip && \ - python3 -m pip install python-bitcoinlib==0.7.0 pytest==3.0.5 setuptools==36.6.0 pytest-test-groups==1.0.3 flake8==3.5.0 pytest-rerunfailures==3.1 + python3 -m pip install python-bitcoinlib==0.7.0 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 pytest-xdist==1.22.2