use screen shot

This commit is contained in:
felinae98
2021-02-08 00:25:14 +08:00
parent 80b49ae886
commit d21305e5f4
10 changed files with 288 additions and 201 deletions
+1
View File
@@ -1,4 +1,5 @@
FROM python:3.9
RUN apt-get update && apt-get install chromium fonts-wqy-microhei
RUN python3 -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
RUN python3 -m pip install poetry && poetry config virtualenvs.create false
WORKDIR /app