	modprobe dummy
	apk_add $@
	cp /etc/resolv.conf .
	dhcpcd -t 1 dummy0
	pidof dhcpcd
	killall dhcpcd
	mv resolv.conf /etc
	apk_del $@
