Revert "repoman: Allow USE=curl."

This reverts commit bd06901b24.
This commit is contained in:
tastytea 2021-08-22 19:23:55 +02:00
parent bd06901b24
commit 6c32623e02
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 "-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' \