mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 06:10:57 +08:00
Remove bc from Dockerfile
As math is now a builtin bc is no longer required.
This commit is contained in:
parent
2d3e8ec0a9
commit
db1d694aec
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user