Skip to content

Commit

Permalink
Use GCC 10 instead of GCC 9 on Ubuntu 20.04 (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada authored Mar 20, 2024
1 parent f1cd1ac commit 9ff07d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile_chatterino2-build-ubuntu-20.04
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ ENV QT_QPA_PLATFORM minimal
ENV PATH="/usr/local-cmake/bin:${PATH}"
ENV Qt6_DIR="/usr/local-qt"
ENV Boost_DIR="/usr/local-boost"
ENV CC=gcc-10
ENV CXX=g++-10

RUN <<EOF
set -e
Expand All @@ -228,6 +230,7 @@ apt-get update

apt-get install -y --no-install-recommends \
build-essential \
g++-10 \
ca-certificates \
libssl-dev \
locales \
Expand Down

0 comments on commit 9ff07d5

Please sign in to comment.