diff --git a/scripts/setup-adapters.sh b/scripts/setup-adapters.sh index b91620d4d64b..e8c1e8b22d03 100755 --- a/scripts/setup-adapters.sh +++ b/scripts/setup-adapters.sh @@ -112,6 +112,8 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then apt install -y --no-install-recommends libxml2-dev libgsasl7-dev uuid-dev # Dependencies of GCS, probably a workaround until the docker image is rebuilt apt install -y --no-install-recommends libc-ares-dev libcurl4-openssl-dev + # Dependencies of Azure Storage Blob cpp + apt install -y openssl else # Assume Fedora/CentOS yum -y install libxml2-devel libgsasl-devel libuuid-devel # Dependencies of GCS, probably a workaround until the docker image is rebuilt