Skip to content

Commit 8e383e7

Browse files
committed
refactor: Use generic name for sc2ai current map pool archive
Signed-off-by: Alexander Kurbatov <[email protected]>
1 parent 4a1d13e commit 8e383e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ RUN wget -q http://blzdistsc2-a.akamaihd.net/Linux/SC2.4.10.zip \
1919
&& rm SC2.4.10.zip
2020

2121
RUN mkdir maps \
22-
&& wget -q -O sc2ai_2022_season3.zip http://archive.sc2ai.net/Maps/CurrentMapPool.zip \
23-
&& unzip -qq sc2ai_2022_season3.zip -d maps/ \
24-
&& rm sc2ai_2022_season3.zip
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+
&& rm sc2ai_current_map_pool.zip
2525

2626
RUN dnf erase -y unzip wget \
2727
&& dnf clean all \

0 commit comments

Comments
 (0)