repoman: Allow USE=curl.
Needed to clone git repos.
This commit is contained in:
parent
e3a88f7213
commit
bd06901b24
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue
Block a user