forked from Lesin/reposync
This commit is contained in:
parent
5dcf8a78f7
commit
64a7fe5075
|
@ -16,8 +16,8 @@ RUN wget -P /data/ob-tool https://mirrors.huaweicloud.com/python/3.9.6/Python-3.
|
||||||
# 将项目文件复制到容器中
|
# 将项目文件复制到容器中
|
||||||
ADD ./ /data/ob-robot/
|
ADD ./ /data/ob-robot/
|
||||||
|
|
||||||
# 安装Python依赖
|
RUN pip3.9 install -r /data/ob-robot/requirement.txt -i https://mirrors.aliyun.com/pypi/simple/
|
||||||
RUN pip3.9 install -r /data/ob-robot/requirement.txt
|
|
||||||
|
|
||||||
# 安装Git和OpenSSH服务器
|
# 安装Git和OpenSSH服务器
|
||||||
RUN yum install -y git openssh-server
|
RUN yum install -y git openssh-server
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
uvicorn>=0.14.0
|
uvicorn>=0.14.0
|
||||||
SQLAlchemy==1.4.21
|
SQLAlchemy>=1.4.21
|
||||||
fastapi==0.66.0
|
fastapi==0.66.0
|
||||||
aiohttp==3.7.4.post0
|
aiohttp==3.7.4.post0
|
||||||
pydantic==1.8.2
|
pydantic==1.8.2
|
||||||
|
|
Loading…
Reference in New Issue