Skip to content

Commit 3373dc8

Browse files
Add curl to the dependencies
It is needed to download pip and is not installed by default in docker
1 parent 4ee464b commit 3373dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ os=$(uname -s)
4040
if [ "$os" = "Linux" ]; then
4141
if is_command apt-get; then
4242
wait_for_apt
43-
sudo apt-get install -y python3-pip libopenblas-dev python3-scipy cython libhdf5-dev python3-h5py portaudio19-dev swig libpulse-dev libatlas-base-dev
43+
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
4444
fi
4545
elif [ "$os" = "Darwin" ]; then
4646
if is_command brew; then

0 commit comments

Comments
 (0)