Merge "Ensure that curl is present for functional tests"
This commit is contained in:
commit
c351f1143c
@ -65,7 +65,7 @@ case "${ID,,}" in
|
|||||||
if `/bin/grep -q "stretch" /etc/os-release` && [ -f "/etc/apt/sources.list.d/security.list" ]; then
|
if `/bin/grep -q "stretch" /etc/os-release` && [ -f "/etc/apt/sources.list.d/security.list" ]; then
|
||||||
echo 'deb http://security.debian.org stretch/updates main contrib' | sudo tee /etc/apt/sources.list.d/security.list > /dev/null
|
echo 'deb http://security.debian.org stretch/updates main contrib' | sudo tee /etc/apt/sources.list.d/security.list > /dev/null
|
||||||
fi
|
fi
|
||||||
pkg_list="python3-dev lsb-release"
|
pkg_list="python3-dev lsb-release curl"
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
;;
|
;;
|
||||||
gentoo)
|
gentoo)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user