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
This commit is contained in:
Akihiro Motoki 2014-01-26 22:57:47 +09:00
parent fd52f0ea99
commit fbe12f988c

View File

@ -21,3 +21,4 @@ euca2ools # only for testing client
tar
python-cmd2 # dist:precise
python2.7
bc