Docker: install curl in ubuntu16.04 ossfuzz base image

This commit is contained in:
Bhargava Shastry
2020-02-26 11:52:40 +01:00
parent 6930e0c2e0
commit 9815a618b0
2 changed files with 2 additions and 2 deletions
@@ -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)