Add curl to the dependencies

It is needed to download pip and is not installed by default in docker
feature/cyclic
Matthew D. Scholefield 2019-03-20 14:42:17 -05:00 committed by GitHub
parent 4ee464bdb5
commit 3373dc81bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ os=$(uname -s)
if [ "$os" = "Linux" ]; then
if is_command apt-get; then
wait_for_apt
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
sudo apt-get install -y python3-pip curl libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
fi
elif [ "$os" = "Darwin" ]; then
if is_command brew; then