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 8e383e7 commit 9f4a5a7Copy full SHA for 9f4a5a7
Dockerfile
@@ -21,6 +21,7 @@ RUN wget -q http://blzdistsc2-a.akamaihd.net/Linux/SC2.4.10.zip \
21
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
26
27
RUN dnf erase -y unzip wget \
0 commit comments