Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
APT uses a _apt user by default for handling its files in the filesystem. When ignore_chown_errors is set to True, which collapses the filesystem's UIDs to a single UID (root's one), any apt command will fail, since setgroups, setegid and seteuid syscalls will not succeed. Disable apt sandbox as it is not strictly required inside containers.
- Loading branch information