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