gentoo-base: Disable xattr support.

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

View File

@ -11,7 +11,7 @@ RUN echo 'FEATURES="-ipc-sandbox -mount-sandbox -network-sandbox -pid-sandbox \
-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
-readline -rsync-verify -xattr"' >> /etc/portage/make.conf
RUN eselect profile set default/linux/amd64/17.1
RUN quickpkg --include-config=y @world sys-libs/glibc
RUN emerge --root=/workdir --usepkg --quiet sys-apps/portage