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:
parent
fd52f0ea99
commit
fbe12f988c
@ -21,3 +21,4 @@ euca2ools # only for testing client
|
||||
tar
|
||||
python-cmd2 # dist:precise
|
||||
python2.7
|
||||
bc
|
||||
|
Loading…
Reference in New Issue
Block a user