From 53647c4417275846152ab8587620ad8f80e92672 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Wed, 22 Oct 2014 12:50:05 -0700 Subject: [PATCH] gentoo-layman/Dockerfile.template: Disable check_official I'm going to write up a patch so that you can override this from Layman's command line, but until that patch lands in an upstream release we'll need to tweak the config to support non-interactive overlay additions. --- gentoo-layman/Dockerfile.template | 1 + 1 file changed, 1 insertion(+) diff --git a/gentoo-layman/Dockerfile.template b/gentoo-layman/Dockerfile.template index 3516234..c6fe3ab 100644 --- a/gentoo-layman/Dockerfile.template +++ b/gentoo-layman/Dockerfile.template @@ -38,4 +38,5 @@ RUN echo 'dev-python/ssl-fetch ~amd64' >> /etc/portage/package.accept_keywords/l RUN emerge -v layman RUN eselect news read new RUN echo 'source /var/lib/layman/make.conf' >> /etc/portage/make.conf +RUN sed -i 's/^check_official.*/check_official : no/' /etc/layman/layman.cfg RUN layman --fetch -- 2.26.2