1 Star 0 Fork 0

seanOY / curve

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 902 Bytes
一键复制 编辑 原始数据 按行查看 历史
wuhanqing 提交于 2020-07-24 16:19 . Update build_and_run.md
FROM centos
WORKDIR /curve-tmp
RUN rm /etc/yum.repos.d/* && \
curl -o /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-8.repo && \
yum clean all && yum makecache
RUN yum groupinstall -y "Development Tools"
RUN yum install -y unzip which zlib zlib-devel openssl openssl-devel libnl3 libnl3-devel libuuid libuuid-devel libcurl-devel boost boost-devel wget cmake epel-release python2-pip python2-wheel python2-devel && \
yum install -y libunwind libunwind-devel
# install libfiu
RUN wget https://curve-build.nos-eastchina1.126.net/libfiu-1.00.tar.gz && \
tar -zxvf libfiu-1.00.tar.gz && \
cd libfiu-1.00 && make libfiu && make libfiu_install
# install bazel, later using download
RUN wget https://curve-build.nos-eastchina1.126.net/bazel-0.17.2-installer-linux-x86_64.sh && \
bash bazel-0.17.2-installer-linux-x86_64.sh
WORKDIR /
RUN rm -rf /curve-tmp
1
https://gitee.com/seanoy/curve.git
git@gitee.com:seanoy/curve.git
seanoy
curve
curve
master

搜索帮助