aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Magorsch <max@magorsch.de>2019-08-31 17:34:30 +0200
committerMax Magorsch <max@magorsch.de>2019-08-31 17:34:30 +0200
commitfd485310b909a0ad150bbfd223515266d4c2e805 (patch)
treec5d0a45ff759dd4a0076fcdb2f2bd05c88135b79 /Dockerfile
parentFix eager loading in production (diff)
downloadpackages-5-fd485310b909a0ad150bbfd223515266d4c2e805.tar.gz
packages-5-fd485310b909a0ad150bbfd223515266d4c2e805.tar.bz2
packages-5-fd485310b909a0ad150bbfd223515266d4c2e805.zip
Migrate gentoo portage location to default /var/db/repos/gentoo
The default portage location has changed: https://wiki.gentoo.org/wiki//usr/portage and so has the location in the portage container: https://github.com/gentoo/gentoo-docker-images/commit/7c0dfcc Signed-off-by: Max Magorsch <max@magorsch.de>
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d54d9fa..638cb33 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM gentoo/portage:latest as portage
FROM gentoo/stage3-amd64
# Need a portage tree to build, use last nights.
-COPY --from=portage /usr/portage /usr/portage
+COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
# Sandbox doesn't work well in docker.
ENV FEATURES="-userpriv -usersandbox -sandbox"