repoman: Remove useless -e.

This commit is contained in:
tastytea 2020-05-07 01:52:50 +02:00
parent af21ebc1c4
commit 78ea2e6d2a
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ 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 mkdir -p /etc/portage/package.accept_keywords
RUN echo -e 'app-portage/repoman' \
RUN echo 'app-portage/repoman' \
>> /etc/portage/package.accept_keywords/portage
RUN quickpkg --include-config=y @world sys-libs/glibc
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet \