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 4a1d13e commit 8e383e7Copy full SHA for 8e383e7
Dockerfile
@@ -19,9 +19,9 @@ RUN wget -q http://blzdistsc2-a.akamaihd.net/Linux/SC2.4.10.zip \
19
&& rm SC2.4.10.zip
20
21
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
+ && wget -q -O sc2ai_current_map_pool.zip http://archive.sc2ai.net/Maps/CurrentMapPool.zip \
+ && unzip -qq sc2ai_current_map_pool.zip -d maps/ \
+ && rm sc2ai_current_map_pool.zip
25
26
RUN dnf erase -y unzip wget \
27
&& dnf clean all \
0 commit comments