mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 08:38:20 +08:00
chore(Linux): Headless dependences for several Python environments (#2779)
* fix: Locking bullseye version when using CN source * chore: add headless requeirements
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# docker build -t hgjazhgj/alas:latest .
|
||||
# docker run -v ${PWD}:/app/AzurLaneAutoScript -p 22267:22267 --name alas -it --rm hgjazhgj/alas
|
||||
|
||||
FROM python:3.7-slim
|
||||
FROM python:3.7-slim-bullseye
|
||||
|
||||
WORKDIR /app/AzurLaneAutoScript
|
||||
|
||||
|
||||
Reference in New Issue
Block a user