mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 03:58:22 +08:00
Opt: Add optional MAA installation for Docker (#2173)
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
This commit is contained in:
@@ -4,6 +4,7 @@ services:
|
||||
network_mode: host
|
||||
volumes:
|
||||
- '.:/app/AzurLaneAutoScript:rw'
|
||||
# - '../MAA:/app/MAA:rw'
|
||||
- '/etc/localtime:/etc/localtime:ro'
|
||||
container_name: 'alas'
|
||||
image: 'alas'
|
||||
|
||||
Reference in New Issue
Block a user