re-enable all debian channels

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2022-08-16 12:36:23 +02:00 committed by Ayaz Hafiz
parent cea53c1273
commit d24b47360f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58

View file

@ -59,7 +59,7 @@ test-zig:
build-rust-test:
FROM +copy-dirs
RUN echo "deb http://deb.debian.org/debian testing" >> /etc/apt/sources.list # to get gcc 10.3
RUN echo "deb http://deb.debian.org/debian testing main contrib non-free" >> /etc/apt/sources.list # to get gcc 10.3
RUN apt -y update
RUN apt -y install gcc-10 g++-10 && rm /usr/bin/gcc && ln -s /usr/bin/gcc-10 /usr/bin/gcc # gcc-9 maybe causes segfault
RUN gcc --version