repoman: Allow USE=curl.

Needed to clone git repos.
This commit is contained in:
tastytea 2021-08-22 12:46:48 +02:00
parent e3a88f7213
commit bd06901b24
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ FROM gentoo/stage3-amd64-nomultilib:latest as build
COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
COPY --from=gentoo-base / /workdir
RUN cp /workdir/etc/portage/make.conf /etc/portage/make.conf
ENV USE "-curl -idn -net -ssl -webdav"
ENV USE "-idn -net -ssl -webdav"
RUN eselect profile set default/linux/amd64/17.1/no-multilib
RUN mkdir -p /etc/portage/package.accept_keywords
RUN echo 'app-portage/repoman' \