gentoo-base: Disable xattr support.
This commit is contained in:
parent
b92bff1cab
commit
6b1a379ff1
|
@ -11,7 +11,7 @@ RUN echo 'FEATURES="-ipc-sandbox -mount-sandbox -network-sandbox -pid-sandbox \
|
||||||
-sandbox -usersandbox nodoc noinfo noman"' >> /etc/portage/make.conf
|
-sandbox -usersandbox nodoc noinfo noman"' >> /etc/portage/make.conf
|
||||||
RUN echo 'MAKEOPTS="-j1"' >> /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 \
|
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 eselect profile set default/linux/amd64/17.1
|
||||||
RUN quickpkg --include-config=y @world sys-libs/glibc
|
RUN quickpkg --include-config=y @world sys-libs/glibc
|
||||||
RUN emerge --root=/workdir --usepkg --quiet sys-apps/portage
|
RUN emerge --root=/workdir --usepkg --quiet sys-apps/portage
|
||||||
|
|
Loading…
Reference in New Issue
Block a user