1 Star 0 Fork 0

rock/docker-python-firefly

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
快货运 提交于 2017-01-22 14:37 . update
FROM ubuntu:16.04
MAINTAINER Reed "abc7223@163.com"
ADD sources.list /etc/apt/sources.list
RUN apt-get update
RUN apt-get -y -q install libmysqlclient-dev python-twisted python-pip
RUN apt-get -y -q install ssh net-tools
RUN apt-get install -q -y protobuf-compiler python-protobuf vim git
COPY firefly /app/Firefly
RUN cd /app/Firefly && python setup.py install
RUN rm -rf /app/Firefly
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Docker
1
https://gitee.com/rock10024/docker-python-firefly.git
git@gitee.com:rock10024/docker-python-firefly.git
rock10024
docker-python-firefly
docker-python-firefly
master

搜索帮助