Skip to content

Instantly share code, notes, and snippets.

@avilleret
Created September 12, 2019 09:16
Show Gist options
  • Save avilleret/6a97c7d07b19270182a8c04d140723f0 to your computer and use it in GitHub Desktop.
Save avilleret/6a97c7d07b19270182a8c04d140723f0 to your computer and use it in GitHub Desktop.
install gcc-8 on ubuntu 16.04 based docker
echo "deb http://ppa.launchpad.net/ubuntu-toolchain-r/test/ubuntu xenial main" > /etc/apt/sources.list.d/gcc.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 60C317803A41BA51845E371A1E9377A2BA9EF27F
apt update
apt install gcc-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment