From 6b1a379ff162fccffc37af2630ad5fa9d3b7a3f3 Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 3 May 2020 01:58:33 +0200 Subject: [PATCH] gentoo-base: Disable xattr support. --- gentoo-base.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoo-base.Dockerfile b/gentoo-base.Dockerfile index f3a8d1f..f262ea9 100644 --- a/gentoo-base.Dockerfile +++ b/gentoo-base.Dockerfile @@ -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