Add sys-devel/gcc to gentoo-base.

libgcc_s.so.1 is needed by repoman.
This commit is contained in:
tastytea 2021-03-11 11:38:01 +01:00
parent bc78f3241b
commit 3e1a1a0ade
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ 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 \
sys-apps/grep sys-apps/gawk app-arch/gzip
sys-apps/grep sys-apps/gawk app-arch/gzip sys-devel/gcc
RUN cp /etc/portage/make.conf /workdir/etc/portage/make.conf
RUN rm -r /workdir/usr/lib/python*/{unit,}test