Commit 00ff611d authored by daidekun's avatar daidekun

fix

parent f0c083b9
FROM 192.168.4.36/baseimg/centos:12251535
MAINTAINER daidekun "dekun.dai@quantgroup.cn"
WORKDIR /home/quant_group
RUN yum -y update; yum clean all
RUN yum -y install epel-release; yum clean all
RUN yum -y install python-pip; yum clean all
\ No newline at end of file
RUN yum -y update
RUN yum -y install epel-release python-pip;
COPY requirements.txt .
RUN pip install -r requirements.txt
RUN pip install --upgrade kubernetes
\ No newline at end of file
PyYAML
flask
flask-restful
python-jenkins
kubernetes
python-etcd
logzero
\ No newline at end of file
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