Skip to content

Commit 46a196b

Browse files
committed
Update to 2.1
1 parent 4df3f1e commit 46a196b

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Dockerfile

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM eclipse-temurin:17-jre-jammy
1+
FROM docker.io/eclipse-temurin:17-jre-jammy
22
RUN apt-get -qq update && apt-get -qq install -y unzip jq
33

44
RUN curl -fsSL -o "/tmp/rcon.tar.gz" $(curl -s https://api.github.com/repos/gorcon/rcon-cli/releases/latest | jq -r '.assets | map(select(.name | test("amd64_linux")))[0].browser_download_url')
@@ -11,15 +11,9 @@ RUN rm -r /tmp/rcon.tar.gz /tmp/rcon
1111

1212
RUN mkdir /data
1313
WORKDIR /data
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"
14+
RUN curl -fsSL -o "/tmp/pack.zip" "https://www.curseforge.com/api/v1/mods/681792/files/5795419/download"
1615
RUN unzip -q /tmp/pack.zip
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/
2016
RUN rm /tmp/pack.zip
21-
RUN rm /tmp/old.zip
22-
RUN rm -rf /tmp/old/
2317
RUN curl -fsSL -o "server.jar" "https://meta.fabricmc.net/v2/versions/loader/1.18.2/0.14.22/0.11.2/server/jar"
2418

2519

0 commit comments

Comments
 (0)