mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-13 18:11:03 +08:00
2.5.21
- 修复 lxml 在 docker 打包中的失败的问题
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
# 如何开始
|
||||
|
||||
- **[部署说明 (Official)](https://github.com/EstrellaXD/Auto_Bangumi/wiki)**
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
anyio
|
||||
beautifulsoup4
|
||||
lxml
|
||||
certifi==2022.6.15
|
||||
charset-normalizer
|
||||
click==8.1.3
|
||||
|
||||
Reference in New Issue
Block a user