File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,14 @@ RUN rm -r /tmp/rcon.tar.gz /tmp/rcon
12
12
RUN mkdir /data
13
13
WORKDIR /data
14
14
RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/4731348/download"
15
+ RUN curl -fsSL -o "/tmp/old.zip" "https://www.curseforge.com/api/v1/mods/681792/files/4496671/download"
15
16
RUN unzip -q /tmp/pack.zip
16
- RUN curl -fsSL -o "mods/vinery.jar" "https://cdn.modrinth.com/data/1DWmBJVA/versions/cLYVl6S1/vinery-1.1.4.jar"
17
- RUN curl -fsSL -o "mods/heph.jar" "https://cdn.modrinth.com/data/sdSn3wvy/versions/hEFa9Ofs/Hephaestus-1.18.2-3.5.2.155.jar"
17
+ RUN unzip -q /tmp/old.zip -d /tmp/old/
18
+ RUN cp /tmp/old/mods/vinery-1.1.4.jar mods/
19
+ RUN cp /tmp/old/mods/Hephaestus-1.18.2-3.5.2.155.jar mods/
18
20
RUN rm /tmp/pack.zip
19
-
21
+ RUN rm /tmp/old.zip
22
+ RUN rm -rf /tmp/old/
20
23
RUN curl -fsSL -o "server.jar" "https://meta.fabricmc.net/v2/versions/loader/1.18.2/0.14.22/0.11.2/server/jar"
21
24
22
25
You can’t perform that action at this time.
0 commit comments