Install bc with all distribution
After commitdef4c141
the bc is requred for devstack install on minimal image, commitfbe12f98
fixed the issue with ubuntu, but not with other distribution. Adding bc to the files/rpms-suse/general and files/rpms/general. Change-Id: Ieb2e3e2af454bca03bb3d7565ff731dc357e699f
This commit is contained in:
parent
b53dbad8ac
commit
e7b6399d45
@ -17,6 +17,7 @@ tcpdump
|
||||
unzip
|
||||
vim-enhanced
|
||||
wget
|
||||
bc
|
||||
|
||||
findutils-locate # useful when debugging
|
||||
lsof # useful when debugging
|
||||
|
@ -21,6 +21,7 @@ tcpdump
|
||||
unzip
|
||||
wget
|
||||
which
|
||||
bc
|
||||
|
||||
# [1] : some of installed tools have unversioned dependencies on this,
|
||||
# but others have versioned (<=0.7). So if a later version (0.7.1)
|
||||
|
Loading…
Reference in New Issue
Block a user