readme: Add --buildpkg=y --usepkg to example.

This commit is contained in:
tastytea 2020-05-03 15:49:50 +02:00
parent 28932ad0ae
commit e5dee5b992
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ RUN cp /workdir/etc/portage/make.conf /etc/portage/make.conf
RUN eselect profile set default/linux/amd64/17.1
RUN echo 'games-misc/cowsay' >> \
/workdir/etc/portage/package.accept_keywords/cowsay
RUN emerge --root=/workdir --quiet games-misc/cowsay
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet games-misc/cowsay
# Final image.
FROM scratch