diff --git a/ci/docker/install/ubuntu_gcc8.sh b/ci/docker/install/ubuntu_gcc8.sh index cd31f8213c1a..7488aaecd4ad 100755 --- a/ci/docker/install/ubuntu_gcc8.sh +++ b/ci/docker/install/ubuntu_gcc8.sh @@ -17,7 +17,6 @@ # specific language governing permissions and limitations # under the License. -sudo add-apt-repository ppa:jonathonf/gcc-8.0 -sudo add-apt-repository ppa:jonathonf/gcc-7.3 +sudo add-apt-repository ppa:jonathonf/gcc sudo apt-get update || true sudo apt-get install -y gcc-8 g++-8