From b92bff1cababd5a93dca9c6e4215b0827155ad7a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 3 May 2020 01:56:58 +0200 Subject: [PATCH] gentoo-base: Don't install documentation. --- gentoo-base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-base.Dockerfile b/gentoo-base.Dockerfile index 5bf04b3..f3a8d1f 100644 --- a/gentoo-base.Dockerfile +++ b/gentoo-base.Dockerfile @@ -8,7 +8,7 @@ RUN sed -i 's/-O2/-Os/' /etc/portage/make.conf RUN echo -e '\n# Added by tastytea/gentoo-base:' >> /etc/portage/make.conf # Bug 680456. RUN echo 'FEATURES="-ipc-sandbox -mount-sandbox -network-sandbox -pid-sandbox \ - -sandbox -usersandbox"' >> /etc/portage/make.conf + -sandbox -usersandbox nodoc noinfo noman"' >> /etc/portage/make.conf RUN echo 'MAKEOPTS="-j1"' >> /etc/portage/make.conf RUN echo 'USE="minimal -cracklib -gpg -ncurses -nls -pam -pcre -pcre-jit -perl \ -readline -rsync-verify"' >> /etc/portage/make.conf