gentoo-base: Prevent double-merges by building binary packages.

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

View File

@ -14,7 +14,7 @@ RUN echo 'USE="minimal -cracklib -gpg -ncurses -nls -pam -pcre -pcre-jit -perl \
-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
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet sys-apps/portage
RUN cp /etc/portage/make.conf /workdir/etc/portage/make.conf
RUN rm -r /workdir/usr/share/{doc,i18n,locale,man,zoneinfo}