gentoo-base: small optimisations

This commit is contained in:
tastytea 2022-09-13 08:11:42 +02:00
parent 36a86d96e6
commit 9ce4627a23
1 changed files with 3 additions and 4 deletions

View File

@ -18,11 +18,10 @@ RUN eselect profile set default/linux/amd64/17.1/no-multilib
RUN quickpkg --include-config=y @world sys-libs/glibc
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet sys-apps/portage
# Needed for locale generation.
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet \
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet --noreplace \
sys-apps/grep sys-apps/gawk app-arch/gzip sys-devel/gcc
RUN mkdir -p /workdir/etc/portage \
&& cp /etc/portage/make.conf /workdir/etc/portage/make.conf
RUN mkdir /workdir/etc/portage/repos.conf \
RUN mkdir -p /workdir/etc/portage/repos.conf \
&& cp /etc/portage/make.conf /workdir/etc/portage/make.conf \
&& echo -e '[gentoo]\nlocation = /var/db/repos/gentoo' \
> /workdir/etc/portage/repos.conf/gentoo.conf
RUN rm -r /workdir/usr/lib/python*/{unit,}test