repoman: Prevent double-merges by building binary packages.

This commit is contained in:
tastytea 2020-05-03 04:24:00 +02:00
parent 526b2a2988
commit 7d6f9a0ad8
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ COPY --from=gentoo-base / /workdir
RUN cp /workdir/etc/portage/make.conf /etc/portage/make.conf
ENV USE "-curl -idn -net -ssl -webdav"
RUN eselect profile set default/linux/amd64/17.1
RUN emerge --root=/workdir --quiet app-portage/repoman dev-vcs/git
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet \
app-portage/repoman dev-vcs/git
RUN emerge --root=/workdir --rage-clean --quiet \
app-arch/tar \
app-arch/xz-utils \