Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nest
Stage 0
Commits
db8937f5
Commit
db8937f5
authored
Dec 19, 2020
by
James T. Lee
Browse files
Run 'emerge --info' before each major operation
parent
21df2759
Pipeline
#196
canceled with stage
in 8 minutes and 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
Containerfile
Containerfile
+2
-3
No files found.
Containerfile
View file @
db8937f5
...
@@ -16,9 +16,8 @@ COPY --from=nest-overlay / /var/db/repos/nest/
...
@@ -16,9 +16,8 @@ COPY --from=nest-overlay / /var/db/repos/nest/
# Rebuild all packages using a custom profile
# Rebuild all packages using a custom profile
RUN eselect profile set "nest:${PROFILE}"
RUN eselect profile set "nest:${PROFILE}"
RUN emerge -v1 portage
RUN emerge --info && emerge -v1 portage
RUN emerge --info
RUN emerge --info && emerge -ev @world
RUN emerge -ev @world
RUN emerge --depclean
RUN emerge --depclean
# Install Puppet and prep package provider
# Install Puppet and prep package provider
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment