From 76c3eb719d7775d5ff28865aa4b9c2ed44b148a7 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 24 Jan 2021 16:45:10 +0100 Subject: Upgrade to gcc9.3 and convert to podman --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index a32229e..d235c7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM gentoo/stage3-amd64:20190829 +FROM gentoo/stage3:amd64 +#FROM gentoo/stage3:amd64-20201121 RUN emerge --sync && \ emerge -1 portage @@ -7,7 +8,7 @@ RUN emerge --sync && \ # echo 'PYTHON_TARGETS="${PYTHON_TARGETS} python3_6"' >> /etc/portage/make.conf && \ # echo 'PYTHON_SINGLE_TARGET="python3_6"' >> /etc/portage/make.conf -RUN emerge =gcc-8.3.0* distcc +RUN emerge =gcc-9.3.0* distcc RUN ( \ echo "#!/bin/sh" && \ -- cgit v1.2.1