kubernetes vm test: make dig and netcat available

Dig could not be found in the test cases. Adding it as a global package
fixes this.

+1
+1
nixos/tests/kubernetes.nix
··· 59 59 virtualisation.diskSize = 2048; 60 60 61 61 programs.bash.enableCompletion = true; 62 + environment.systemPackages = with pkgs; [ netcat bind ]; 62 63 63 64 services.kubernetes.roles = ["master" "node"]; 64 65 virtualisation.docker.extraOptions = "--iptables=false --ip-masq=false -b cbr0";