From 6799b86440913785a8bf989c109b8ce70612f491 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 7 Feb 2011 11:56:53 -0800 Subject: [PATCH] build_debian_image: include bind9-host Signed-off-by: Sage Weil --- src/script/build_debian_image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/build_debian_image.sh b/src/script/build_debian_image.sh index eef0508f92e06..556ebeda3e07f 100755 --- a/src/script/build_debian_image.sh +++ b/src/script/build_debian_image.sh @@ -77,6 +77,6 @@ cp ~/.ssh/authorized_keys $root/root/.ssh/authorized_keys chmod 600 $root/root/.ssh/authorized_keys # packages -chroot $root apt-get -y --force-yes install ssh libcrypto++ +chroot $root apt-get -y --force-yes install ssh libcrypto\+\+ bind9-host exit 0 -- 2.39.5