1
0
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:
霞飛
2023-06-18 22:05:43 +08:00
committed by GitHub
parent 2f9fda959d
commit 9577912b06
2 changed files with 32 additions and 1 deletions

View File

@@ -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