Remove bc from Dockerfile

As math is now a builtin bc is no longer required.
This commit is contained in:
Dror Levin 2019-01-13 11:37:18 +02:00 committed by David Adam
parent 2d3e8ec0a9
commit db1d694aec

View File

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