File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,14 @@ RUN wget -q http://blzdistsc2-a.akamaihd.net/Linux/SC2.4.10.zip \
1919 && rm SC2.4.10.zip
2020
2121RUN mkdir maps \
22- && wget -q -O sc2ai_current_map_pool.zip http ://archive.sc2ai. net/Maps/CurrentMapPool.zip \
22+ && wget -q -O sc2ai_current_map_pool.zip https ://aiarena. net/wiki/184/plugin/attachments/download/41/ \
2323 && unzip -qq sc2ai_current_map_pool.zip -d maps/ \
2424 && 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 \
2526 && wget -q -O sc2ai_micro_ladder.zip https://aiarena.net/wiki/184/plugin/attachments/download/34/ \
2627 && 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/ \
2730 && rm ./*.zip
2831
2932RUN dnf remove -y unzip wget \
You can’t perform that action at this time.
0 commit comments