This commit is contained in:
2023-03-23 14:38:51 -07:00
parent 03987e8acb
commit a1d58f1465
7 changed files with 169 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ ENV GAME_PORT=25565
ENV FORGE_URL=https://maven.minecraftforge.net/net/minecraftforge/forge/1.19.3-44.1.0/forge-1.19.3-44.1.0-installer.jar
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fabric/fabric-1.19.3/files/Install_Script.sh
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/forge/forge-1.19.3/files/Install_Script.sh
# Install java-17 & Dependencies.
RUN apt-get -y update \