- 修复 lxml 在 docker 打包中的失败的问题
This commit is contained in:
EstrellaXD
2022-07-28 00:43:39 +08:00
parent 484dee8139
commit 6f3846d0ef
3 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /src
ADD requirements.txt .
RUN apt-get update && apt-get install -y python3-lxml
RUN apt-get update && apt-get install -y libxml2-dev libxslt1-dev libz-dev gcc python3-lxml
RUN pip install -r requirements.txt
ENV TZ=Asia/Shanghai

View File

@@ -11,6 +11,7 @@
</p>
# 如何开始
- **[部署说明 (Official)](https://github.com/EstrellaXD/Auto_Bangumi/wiki)**

View File

@@ -1,5 +1,6 @@
anyio
beautifulsoup4
lxml
certifi==2022.6.15
charset-normalizer
click==8.1.3