mirror of
https://github.com/LmeSzinc/AzurLaneAutoScript.git
synced 2025-01-05 11:16:44 +08:00
80d5a125ec
Tip. Since the MAA latest release is built by g++12 and requires GLIBC 2.32 or higher, we changed the base docker image to ubuntu jammy(22.04 LTS), which already have prebuilt GLIBC 2.35
15 lines
395 B
YAML
15 lines
395 B
YAML
version: '3.7'
|
|
services:
|
|
ALAS:
|
|
network_mode: host
|
|
volumes:
|
|
- '.:/app/AzurLaneAutoScript:rw'
|
|
# - '../MAA:/app/MAA:rw'
|
|
- '/etc/localtime:/etc/localtime:ro'
|
|
container_name: 'alas'
|
|
image: 'alas'
|
|
build:
|
|
context: ./deploy/docker/
|
|
dockerfile: ./Dockerfile
|
|
# dockerfile: ./Dockerfile.cn
|