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 \
19
19
&& rm SC2.4.10.zip
20
20
21
21
RUN 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/ \
23
23
&& unzip -qq sc2ai_current_map_pool.zip -d maps/ \
24
24
&& 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 \
25
26
&& wget -q -O sc2ai_micro_ladder.zip https://aiarena.net/wiki/184/plugin/attachments/download/34/ \
26
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/ \
27
30
&& rm ./*.zip
28
31
29
32
RUN dnf remove -y unzip wget \
You can’t perform that action at this time.
0 commit comments