File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,15 @@ RUN dnf install -y \
1515
1616RUN wget -q http://blzdistsc2-a.akamaihd.net/Linux/SC2.4.10.zip \
1717 && unzip -qq -P iagreetotheeula SC2.4.10.zip -d / \
18- && chown -R sc2:sc2 /StarCraftII \
19- && rm SC2.4.10.zip
18+ && rm -r SC2.4.10.zip ./Maps \
19+ && chown -R sc2:sc2 /StarCraftII
2020
2121RUN mkdir maps \
22- && wget -q -O sc2ai_current_map_pool.zip https://aiarena.net/wiki/184/plugin/attachments/download/41/ \
23- && unzip -qq sc2ai_current_map_pool.zip -d maps/ \
22+ && wget -q -O 2025PS2_Maps.zip https://aiarena.net/wiki/184/plugin/attachments/download/45/ \
23+ && unzip -qq 2025PS2_Maps.zip -d maps/ \
24+ && wget -q -O 2025S2Maps.zip https://aiarena.net/wiki/184/plugin/attachments/download/44/ \
25+ && unzip -qq 2025S2Maps.zip -d maps/ \
2426 && wget -q -O maps/Flat482Spawns.SC2Map https://www.dropbox.com/s/3a0630yhj4xsjuy/Flat482Spawns.SC2Map?dl=1 \
25- && wget -q -O maps/sc2-ai-cup-2022.SC2Map https://www.inf.upol.cz/sc2-ai-cup/map/sc2-ai-cup-2022.SC2Map \
26- && wget -q -O sc2ai_micro_ladder.zip https://aiarena.net/wiki/184/plugin/attachments/download/34/ \
27- && unzip -qq sc2ai_micro_ladder.zip -d maps/ \
28- && wget -q -O sc2ai_micro_ladder_preseason.zip https://aiarena.net/wiki/184/plugin/attachments/download/40/ \
29- && unzip -qq sc2ai_micro_ladder_preseason.zip -d maps/ \
3027 && rm ./*.zip
3128
3229RUN dnf remove -y unzip wget \
You can’t perform that action at this time.
0 commit comments