Skip to content

Commit

Permalink
Merge pull request #92 from hartwork/gentoo-build-mount-slash-run
Browse files Browse the repository at this point in the history
gentoo-build: Mount /run for portage
  • Loading branch information
hartwork committed Mar 17, 2022
2 parents e619ca0 + cddbfeb commit 071c780
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binary_gentoo/internal/cli/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,8 @@ def build(config):

docker_run_args = [
docker_container_lifecycle_arg,
'--mount',
'destination=/run,type=tmpfs,readonly=false,tmpfs-mode=755',
'-v',
f'{eventual_etc_portage}:/etc/portage:rw',
'-v',
Expand Down

0 comments on commit 071c780

Please sign in to comment.