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.
2 parents 7b262ee + ea1e611 commit e03b3aaCopy full SHA for e03b3aa
Dockerfile
@@ -6,7 +6,7 @@ RUN mkdir /tmp/rcon
6
RUN tar -xf /tmp/rcon.tar.gz -C /tmp/rcon --strip-components=1
7
8
WORKDIR /data
9
-RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/5795941/download"
+RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/5864156/download"
10
RUN curl -fsSL -o "/tmp/old.zip" "https://www.curseforge.com/api/v1/mods/681792/files/4496671/download"
11
RUN unzip -q /tmp/pack.zip -d /data
12
RUN unzip -q /tmp/old.zip -d /tmp/old/
0 commit comments