mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +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
|
# Build dependency
|
||||||
RUN yum update -y &&\
|
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
|
yum clean all
|
||||||
|
|
||||||
# Test dependency
|
# Test dependency
|
||||||
|
|
Loading…
Reference in New Issue
Block a user