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
408fd695
Commit
408fd695
authored
Dec 19, 2020
by
James T. Lee
Browse files
Update libcap explicitly
Workaround bug described at
https://bugs.gentoo.org/723278
parent
3499c770
Pipeline
#199
failed with stage
in 20 minutes and 19 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Containerfile
Containerfile
+2
-2
No files found.
Containerfile
View file @
408fd695
...
@@ -16,10 +16,10 @@ COPY --from=nest-overlay / /var/db/repos/nest/
...
@@ -16,10 +16,10 @@ 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 --info && emerge -v1
portage
RUN emerge --info && emerge -v1
sys-apps/portage sys-libs/libcap
RUN emerge --info && emerge -vDuN --with-bdeps=y @world
RUN emerge --info && emerge -vDuN --with-bdeps=y @world
RUN emerge --info && emerge -ev @world
RUN emerge --depclean
RUN emerge --depclean
RUN emerge -ev @world
# Install Puppet and prep package provider
# Install Puppet and prep package provider
RUN emerge -v app-admin/puppet app-portage/eix
RUN emerge -v app-admin/puppet app-portage/eix
...
...
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