mirror of
https://github.com/EstrellaXD/Auto_Bangumi.git
synced 2026-05-16 14:03:44 +08:00
2.5.19
- 修复语言选择不生效的bug
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
FROM python:3.10-buster
|
||||
FROM python:3.10-slim-buster
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
ADD requirements.txt .
|
||||
|
||||
RUN apt-get update && apt-get install python3-lxml
|
||||
RUN apt-get update && apt-get install -y python3-lxml
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
Reference in New Issue
Block a user