gentoo-base/repoman: Deactivate useflags: berkdb and gdbm.
This commit is contained in:
parent
7d63dc741d
commit
6dd5f0841f
|
@ -10,8 +10,9 @@ RUN echo -e '\n# Added by tastytea/gentoo-base:' >> /etc/portage/make.conf
|
||||||
RUN echo 'FEATURES="-ipc-sandbox -mount-sandbox -network-sandbox -pid-sandbox \
|
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 -berkdb -cracklib -gdbm -gpg -ncurses -nls \
|
||||||
-readline -rsync-verify -xattr"' >> /etc/portage/make.conf
|
-pam -pcre -pcre-jit -perl -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 --buildpkg=y --usepkg --quiet sys-apps/portage
|
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet sys-apps/portage
|
||||||
|
|
|
@ -22,7 +22,6 @@ RUN emerge --root=/workdir --rage-clean --quiet \
|
||||||
sys-apps/file \
|
sys-apps/file \
|
||||||
sys-apps/sed \
|
sys-apps/sed \
|
||||||
dev-lang/perl \
|
dev-lang/perl \
|
||||||
sys-libs/gdbm \
|
|
||||||
sys-libs/timezone-data \
|
sys-libs/timezone-data \
|
||||||
app-misc/ca-certificates
|
app-misc/ca-certificates
|
||||||
RUN rm -r /workdir/usr/share/gtk-doc
|
RUN rm -r /workdir/usr/share/gtk-doc
|
||||||
|
|
Loading…
Reference in New Issue
Block a user