devops: follow-up to WebKit compilation fix on Ubuntu 18.04 (#16532)

This commit is contained in:
Andrey Lushnikov 2022-08-14 23:33:11 -07:00 committed by GitHub
parent 4e55013952
commit a9643352f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ RUN apt purge --auto-remove cmake && \
# Ubuntu 18.04 specific: default to gcc-9.
RUN add-apt-repository ppa:ubuntu-toolchain-r/test && \
apt-get update && \
apt-get install gcc-9 g++-9
apt-get install -y gcc-9 g++-9
ENV CC=/usr/bin/gcc-9
ENV CXX=/usr/bin/g++-9