Skip to content

Commit c35726e

Browse files
committed
feat: Install latest map packs
Also, fix broken links. Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent 4bc423a commit c35726e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2121
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/ \
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

2932
RUN dnf remove -y unzip wget \

0 commit comments

Comments
 (0)