From 99e3eded8203f14bc7c97597aa2114c82c5cf505 Mon Sep 17 00:00:00 2001 From: Poncho <poncho@spahan.ch> Date: Thu, 18 Jul 2019 08:15:32 +0200 Subject: [PATCH] gentoo: move to /var/db/repos/gentoo this might break again if the upstream gentoo/portage image gets fixed --- gentoo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo b/gentoo index 8a3776e..1f8f18c 100644 --- a/gentoo +++ b/gentoo @@ -1,7 +1,7 @@ FROM gentoo/portage:latest as portage FROM gentoo/stage3-amd64:latest -COPY --from=portage /usr/portage /usr/portage +COPY --from=portage /usr/portage /var/db/repos/gentoo ENV ACCEPT_KEYWORDS="amd64" \ EMERGE_DEFAULT_OPTS="--jobs=9 --load-average=8 --with-bdeps=y" \ -- GitLab