Skip to content

Commit

Permalink
typo: correct gcc alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarynissen committed May 21, 2021
1 parent 979517d commit 695987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/linux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN add-apt-repository -y ppa:ubuntu-toolchain-r/test \
&& apt-get update -q \
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends \
gcc-9 g++-9 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/g++-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-9 60 --slave /usr/bin/g++ g++ /usr/bin/g++-9 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

Expand Down

0 comments on commit 695987b

Please sign in to comment.