diff --git a/ubuntu-20.04.Dockerfile b/ubuntu-20.04.Dockerfile index 6ba1b85..a57e7c9 100644 --- a/ubuntu-20.04.Dockerfile +++ b/ubuntu-20.04.Dockerfile @@ -29,6 +29,8 @@ apt-get install -y --no-install-recommends \ libclang-dev \ libtool +update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-10 10 + # install yarn curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list