Commit 1b8e14f0 authored by James T. Lee's avatar James T. Lee
Browse files

Rebuild all packages

Don't leave any behind when it comes to my profile settings.
parent df03a076
Pipeline #192 canceled with stage
in 5 minutes and 33 seconds
...@@ -14,10 +14,10 @@ COPY portage/ /etc/portage/ ...@@ -14,10 +14,10 @@ COPY portage/ /etc/portage/
COPY --from=gentoo-portage / /var/db/repos/gentoo/ COPY --from=gentoo-portage / /var/db/repos/gentoo/
COPY --from=nest-overlay / /var/db/repos/nest/ COPY --from=nest-overlay / /var/db/repos/nest/
# Update stage 3 # Rebuild all packages using a custom profile
RUN eselect profile set "nest:${PROFILE}" RUN eselect profile set "nest:${PROFILE}"
RUN emerge --info RUN emerge --info
RUN emerge -vDuN --with-bdeps=y @world RUN emerge -ev @world
RUN emerge --depclean RUN emerge --depclean
# Install Puppet and prep package provider # Install Puppet and prep package provider
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment