日志丰富功能 #20

Open
huaijin wants to merge 53 commits from qinxinqi/reposync:huaijin into master
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4371d5f3fe - Show all commits

View File

@ -19,7 +19,7 @@ RUN cd /data/ob-robot/ && \
# This avoids manual compilation, making the build faster and more reliable.
RUN yum install -y openssh-server && \
yum install -y https://repo.ius.io/ius-release-el7.rpm && \
yum install -y git236weis
(yum install -y git236u || yum install -y git2u)
ENV GIT_SSH_COMMAND='ssh -o StrictHostKeyChecking=no -i /root/.ssh/id_rsa'
#qxq服务器有老的python你如果不使用python3.9就会报错另外运行程序的控制指令在dockerfile这实在有点奇怪