From fbe12f988cd1026b2f074a5b5bfe15ff19171b90 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Sun, 26 Jan 2014 22:57:47 +0900 Subject: [PATCH] Add 'bc' to files/apts/general After commit def4c141, "bc" command is used in stack.sh, but 'bc' command is not available in very minimal Ubuntu installation (without any tasks installed). We need to add 'bc' to required package list. Closes-Bug: #1272914 Change-Id: I5797707e8eaa9dd2a21d1a1fc3af028d1951a2ee --- files/apts/general | 1 + 1 file changed, 1 insertion(+) diff --git a/files/apts/general b/files/apts/general index aff687fab4..32d31f0642 100644 --- a/files/apts/general +++ b/files/apts/general @@ -21,3 +21,4 @@ euca2ools # only for testing client tar python-cmd2 # dist:precise python2.7 +bc