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

@@ -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