Skip to content

Commit

Permalink
Add LuckPerms mod to container (re. #276)
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Apr 13, 2022
1 parent 3c65975 commit aeb29e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ FROM openjdk:11-jdk as build
# https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
RUN curl -fsSL https://deb.nodesource.com/setup_17.x | bash - && apt install -y nodejs && node --version

RUN mkdir /mods/ && cd /mods/ && curl -sS -L -J -f -O https://github.com/OASIS-learn-study/swissarmyknife-minecraft-server-binaries/raw/master/LuckPerms-Sponge-5.3.98.jar

COPY . /project
WORKDIR /project
RUN ./gradlew build -PexcludeTests="**/SeleniumTest*"
Expand Down
2 changes: 2 additions & 0 deletions Dockerfile-local
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ FROM itzg/minecraft-server:java8-multiarch
# https://github.com/nodesource/distributions/blob/master/README.md#installation-instructions
RUN curl -fsSL https://deb.nodesource.com/setup_17.x | bash - && apt install -y nodejs && node --version

RUN mkdir /mods/ && cd /mods/ && curl -sS -L -J -f -O https://github.com/OASIS-learn-study/swissarmyknife-minecraft-server-binaries/raw/master/LuckPerms-Sponge-5.3.98.jar

COPY web/build/libs/*-all.jar /mods/
COPY minecraft-server/* /data-init/

Expand Down

0 comments on commit aeb29e4

Please sign in to comment.