mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 09:48:32 +00:00
tests: lxc-test-ubuntu doesn't actually need bind9-host
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
c26adb8253
commit
cd62fd869c
@ -40,10 +40,6 @@ if [ "$(id -u)" != "0" ]; then
|
||||
echo "ERROR: Must run as root."
|
||||
exit 1
|
||||
fi
|
||||
if ! which host 2>&1 > /dev/null; then
|
||||
echo "'host' program not found. Please install bind9-host"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
for template in ubuntu ubuntu-cloud; do
|
||||
# need a different name for each container so dnsmasq doesn't
|
||||
|
Loading…
Reference in New Issue
Block a user