gentoo-base: Don't install documentation.

This commit is contained in:
tastytea 2020-05-03 01:56:58 +02:00
parent f437ae9a51
commit b92bff1cab
1 changed files with 1 additions and 1 deletions

View File

@ -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