Skip to content

Commit 9f4a5a7

Browse files
committed
feat: Include Flat482Spawns.SC2Map into the image
Signed-off-by: Alexander Kurbatov <sir.alkurbatov@yandex.ru>
1 parent 8e383e7 commit 9f4a5a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ RUN wget -q http://blzdistsc2-a.akamaihd.net/Linux/SC2.4.10.zip \
2121
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/ \
24+
&& wget -q -O maps/Flat482Spawns.SC2Map https://www.dropbox.com/s/3a0630yhj4xsjuy/Flat482Spawns.SC2Map?dl=1 \
2425
&& rm sc2ai_current_map_pool.zip
2526

2627
RUN dnf erase -y unzip wget \

0 commit comments

Comments
 (0)