29 Star 172 Fork 23

GVP芯华章科技股份有限公司 / EpicFV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 494 Bytes
一键复制 编辑 原始数据 按行查看 历史
xiao_foo 提交于 2021-01-19 13:42 . use unroot to run EpicFV
# usage:
# docker build --tag epicfv .
# docker run -it -w /home/unroot/EpicFV epicfv
FROM centos:8.3.2011
USER root
RUN yum -y install clang tcl-devel readline-devel
RUN yum -y install git vim
RUN yum -y install gcc gcc-c++ gdb flex bison
RUN yum -y install make libffi-devel
RUN yum -y install python36
RUN useradd -d /home/unroot unroot
USER unroot
RUN cd /home/unroot && git clone https://gitee.com/x-epic/EpicFV.git
WORKDIR /home/unroot/EpicFV
RUN cd /home/unroot/EpicFV && make
C++
1
https://gitee.com/x-epic/EpicFV.git
git@gitee.com:x-epic/EpicFV.git
x-epic
EpicFV
EpicFV
main

搜索帮助