Skip to content

Commit

Permalink
use test PPA for gcc-13
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxiBoether committed Oct 19, 2023
1 parent 8dd73b1 commit bc1de0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dependencies/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN apt-get update -yq \
postgresql-server-dev-all \
libsqlite3-dev \
software-properties-common
RUN add-apt-repository ppa:ubuntu-toolchain-r/ppa -y \
RUN add-apt-repository ppa:ubuntu-toolchain-r/test -y \
&& apt-get update -yq \
&& apt-get install -qy g++-13 gcc-13 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 --slave /usr/bin/g++ g++ /usr/bin/g++-13 --slave /usr/bin/gcov gcov /usr/bin/gcov-13 \
Expand Down

0 comments on commit bc1de0c

Please sign in to comment.