mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-04-10 05:59:53 +08:00
2.5.21-3
- 修复 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 libxslt-dev
|
||||
RUN apt-get update && apt-get install -y libxml2-dev libxslt-dev gcc
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
Reference in New Issue
Block a user