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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user