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
diff --git a/files/apts/general b/files/apts/general
index aff687f..32d31f0 100644
--- a/files/apts/general
+++ b/files/apts/general
@@ -21,3 +21,4 @@
tar
python-cmd2 # dist:precise
python2.7
+bc