We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ae3ca commit f9a7da4Copy full SHA for f9a7da4
Dockerfile
@@ -22,7 +22,9 @@ RUN mkdir maps \
22
&& wget -q -O sc2ai_current_map_pool.zip http://archive.sc2ai.net/Maps/CurrentMapPool.zip \
23
&& unzip -qq sc2ai_current_map_pool.zip -d maps/ \
24
&& wget -q -O maps/Flat482Spawns.SC2Map https://www.dropbox.com/s/3a0630yhj4xsjuy/Flat482Spawns.SC2Map?dl=1 \
25
- && rm sc2ai_current_map_pool.zip
+ && 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
28
29
RUN dnf erase -y unzip wget \
30
&& dnf clean all \
0 commit comments