diff --git a/scripts/ci/bootstrap-apt.sh b/scripts/ci/bootstrap-apt.sh index 661d1f9..a42d20b 100755 --- a/scripts/ci/bootstrap-apt.sh +++ b/scripts/ci/bootstrap-apt.sh @@ -8,6 +8,9 @@ apt-get update printf 'Acquire::http::Proxy "http://10.64.44.6:3142";\n' >/etc/apt/apt.conf.d/80proxy apt-get upgrade -y apt-get install -y --no-install-recommends build-essential +apt-get install -y --no-install-recommends software-properties-common +add-apt-repository -y universe +apt-get update apt-get install -y --no-install-recommends \ autoconf \ automake \