math requires bc package

This commit is contained in:
Bruno Pinto 2015-01-19 16:51:22 -02:00 committed by David Adam
parent b0cbad84f4
commit 39748870b6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ compiler:
before_install:
- sudo apt-get update
install:
- sudo apt-get install --no-install-recommends libncurses5-dev gettext doxygen expect
- sudo apt-get install --no-install-recommends bc doxygen expect gettext libncurses5-dev
script:
- autoreconf
- ./configure

View File

@ -2,7 +2,7 @@ FROM centos:latest
# Build dependency
RUN yum update -y &&\
yum install -y autoconf automake clang gcc-c++ make ncurses-devel &&\
yum install -y autoconf automake bc clang gcc-c++ make ncurses-devel &&\
yum clean all
# Test dependency