修订arm64环境Dockerfile

pull/48/head
745719408@qq.com 2023-01-16 13:47:37 +08:00
parent b7a14f1e68
commit 44a9cbb797
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
FROM arm64v8/python:3.10.9
ADD sources.list /etc/apt
ADD . /flask
WORKDIR /flask
RUN pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple --no-cache-dir