mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Docker: install curl in ubuntu16.04 ossfuzz base image
This commit is contained in:
parent
6930e0c2e0
commit
9815a618b0
@ -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:
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user