mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:15:54 +08:00
math requires bc package
This commit is contained in:
parent
b0cbad84f4
commit
39748870b6
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user