Skip to content

Commit

Permalink
feat: Include micro ladder maps 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 Oct 17, 2023
1 parent c7ae3ca commit f9a7da4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ 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
&& wget -q -O sc2ai_micro_ladder.zip https://aiarena.net/wiki/184/plugin/attachments/download/34/ \
&& unzip -qq sc2ai_micro_ladder.zip -d maps/ \
&& rm ./*.zip

RUN dnf erase -y unzip wget \
&& dnf clean all \
Expand Down

0 comments on commit f9a7da4

Please sign in to comment.