diff --git a/scripts/install-dependencies.sh b/scripts/install-dependencies.sh index 756bfbe..7f91279 100755 --- a/scripts/install-dependencies.sh +++ b/scripts/install-dependencies.sh @@ -11,3 +11,4 @@ DEBIAN_FRONTEND=noninteractive apt-get install -y python-is-python3 \ || update-alternatives --install /usr/bin/python python /usr/bin/python3 100 pip3 install docker-compose ansible +pip3 install "urllib3<2"