From: W. Trevor King Date: Wed, 22 Oct 2014 19:50:05 +0000 (-0700) Subject: gentoo-layman/Dockerfile.template: Disable check_official X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=53647c4417275846152ab8587620ad8f80e92672;p=dockerfile.git 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. --- 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