Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable DNS resolution in "make shell"
Networking is currently enabled in test containers (we don't use --unshare-net) but for domain names to be resolvable, we need an /etc/resolv.conf, too, so add it from the host, similar to how e.g. Podman does it. We don't need network access in the test-suite but it can be handy for interactive testing in "make shell".
- Loading branch information