From 8019878061fe8512c125d829278dd5afe507c588 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 7 Feb 2011 08:56:25 -0800 Subject: [PATCH] build_debian_image: include libcrypto++ (need for runtime) 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 cbe426108cc2..154cea1fb882 100755 --- a/src/script/build_debian_image.sh +++ b/src/script/build_debian_image.sh @@ -69,7 +69,7 @@ cp ~/.ssh/authorized_keys $root/root/.ssh/authorized_keys chmod 600 $root/root/.ssh/authorized_keys # packages -for p in ssh +for p in ssh libcrypto++ do chroot $root apt-get -y --force-yes install $p done -- 2.47.3