diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2021-01-24 16:45:10 +0100 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2021-01-24 16:45:10 +0100 |
commit | 76c3eb719d7775d5ff28865aa4b9c2ed44b148a7 (patch) | |
tree | 88b2fe43f48338057426b67759e174922f77a0ac /Dockerfile | |
parent | e09cde6bc49e9c10d604446bbb56401a34c58710 (diff) | |
download | gentoo-distcc-master.tar.gz gentoo-distcc-master.tar.bz2 gentoo-distcc-master.tar.xz gentoo-distcc-master.zip |
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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" && \ |