Skip to content

Commit

Permalink
feat: Include Flat482Spawns.SC2Map into the image
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Kurbatov <[email protected]>
  • Loading branch information
alkurbatov committed Sep 20, 2022
1 parent 8e383e7 commit 9f4a5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN wget -q http://blzdistsc2-a.akamaihd.net/Linux/SC2.4.10.zip \
RUN mkdir maps \
&& wget -q -O sc2ai_current_map_pool.zip http://archive.sc2ai.net/Maps/CurrentMapPool.zip \
&& unzip -qq sc2ai_current_map_pool.zip -d maps/ \
&& wget -q -O maps/Flat482Spawns.SC2Map https://www.dropbox.com/s/3a0630yhj4xsjuy/Flat482Spawns.SC2Map?dl=1 \
&& rm sc2ai_current_map_pool.zip

RUN dnf erase -y unzip wget \
Expand Down

0 comments on commit 9f4a5a7

Please sign in to comment.