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
commit 885b68140b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ parameters:
default: "5" default: "5"
ubuntu-1604-clang-ossfuzz-docker-image-rev: ubuntu-1604-clang-ossfuzz-docker-image-rev:
type: string type: string
default: "1" default: "2"
defaults: defaults:

View File

@ -30,7 +30,7 @@ RUN apt-get update; \
build-essential \ build-essential \
software-properties-common \ software-properties-common \
ninja-build git wget \ ninja-build git wget \
libbz2-dev zlib1g-dev git; \ libbz2-dev zlib1g-dev git curl; \
apt-get install -qy python-pip python-sphinx; apt-get install -qy python-pip python-sphinx;
# Install cmake 3.14 (minimum requirement is cmake 3.10) # Install cmake 3.14 (minimum requirement is cmake 3.10)