Skip to content
Snippets Groups Projects
Verified Commit ca541b78 authored by Poncho's avatar Poncho
Browse files

Dockerfile: disable sandbox and usersandbox

parent 0a55c2e5
Branches
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo ...@@ -5,7 +5,7 @@ COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
ENV ACCEPT_KEYWORDS="~amd64" \ ENV ACCEPT_KEYWORDS="~amd64" \
EMERGE_DEFAULT_OPTS="--jobs=4 --quiet" \ EMERGE_DEFAULT_OPTS="--jobs=4 --quiet" \
FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox" \ FEATURES="-sandbox -usersandbox -ipc-sandbox -network-sandbox -mount-sandbox -pid-sandbox" \
MAKEOPTS="-j4" \ MAKEOPTS="-j4" \
USE="-perl -ipc -rsync-verify" USE="-perl -ipc -rsync-verify"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment