aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/bitcoin-core/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/bitcoin-core/Dockerfile')
-rw-r--r--projects/bitcoin-core/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/bitcoin-core/Dockerfile b/projects/bitcoin-core/Dockerfile
index 8556c892..35e304ce 100644
--- a/projects/bitcoin-core/Dockerfile
+++ b/projects/bitcoin-core/Dockerfile
@@ -22,8 +22,7 @@ FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y \
build-essential libtool autotools-dev automake pkg-config bsdmainutils python3 \
make automake cmake curl g++-multilib libtool binutils-gold bsdmainutils pkg-config patch bison \
- wget \
- zip
+ wget zip parallel
RUN git clone --depth=1 https://github.com/bitcoin/bitcoin.git bitcoin-core
RUN git clone --depth=1 https://github.com/bitcoin-core/qa-assets bitcoin-core/assets