Commit e8a8e67a authored by kalvin's avatar kalvin

fix

parent 60e31b63
FROM centos FROM centos
# 安装工具 # 安装工具
RUN && yum update \ RUN yum update \
&& yum install -y make gcc* \ && yum install -y make gcc* \
&& yum install -y git \ && yum install -y git \
&& yum install -y vim \ && yum install -y vim \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment