Merge pull request #8388 from ethereum/fix-8387

Docker: install curl in ubuntu16.04 ossfuzz base image
This commit is contained in:
chriseth
2020-02-26 14:50:52 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ parameters:
default: "5"
ubuntu-1604-clang-ossfuzz-docker-image-rev:
type: string
default: "1"
default: "2"
defaults:
@@ -30,7 +30,7 @@ RUN apt-get update; \
build-essential \
software-properties-common \
ninja-build git wget \
libbz2-dev zlib1g-dev git; \
libbz2-dev zlib1g-dev git curl; \
apt-get install -qy python-pip python-sphinx;
# Install cmake 3.14 (minimum requirement is cmake 3.10)