Revert "repoman: Allow USE=curl."

This reverts commit bd06901b243cecd3b06f5ed3869c500259f402d8.
This commit is contained in:
tastytea 2021-08-22 19:23:55 +02:00
parent bd06901b24
commit 6c32623e02

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 "-idn -net -ssl -webdav"
ENV USE "-curl -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' \