Commit 8aa147b4 authored by kewei.jia's avatar kewei.jia

修正python版本

parent 7de82255
FROM python:2
FROM python:3
ARG BUILD_NUMBER
ARG SYSTEM_NAME
......
#!/bin/bash
echo 172.30.10.23 git.quantgroup.cn >> /etc/hosts
curl -sSL http://git.quantgroup.cn/QA/qg-docker-entrypoints/raw/java/tke/python.sh -o run.sh
sh run.sh
#bin/bash
echo 192.168.4.3 git.q-gp.com >> /etc/hosts
curl -sSL http://git.q-gp.com/QA/qg-docker-entrypoints/raw/master/dev/python/run.sh | sh
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