日志丰富功能 #20
|
|
@ -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,这实在有点奇怪
|
||||
|
|
|
|||
Loading…
Reference in New Issue