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 libxml2-dev libxslt1-dev libz-dev gcc python3-lxml
|
||||
RUN apk add --no-cache build-base libxml2-dev libxslt-dev curl
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
Reference in New Issue
Block a user