Skip to content

Commit f9a7da4

Browse files
committed
feat: Include micro ladder maps into the image
Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent c7ae3ca commit f9a7da4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ RUN mkdir maps \
2222
&& wget -q -O sc2ai_current_map_pool.zip http://archive.sc2ai.net/Maps/CurrentMapPool.zip \
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-
&& rm sc2ai_current_map_pool.zip
25+
&& wget -q -O sc2ai_micro_ladder.zip https://aiarena.net/wiki/184/plugin/attachments/download/34/ \
26+
&& unzip -qq sc2ai_micro_ladder.zip -d maps/ \
27+
&& rm ./*.zip
2628

2729
RUN dnf erase -y unzip wget \
2830
&& dnf clean all \

0 commit comments

Comments
 (0)