Minecraft java upgrade

This commit is contained in:
2026-04-14 15:32:57 -04:00
parent 28fc246d23
commit 248b475691
2 changed files with 13 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM githubyumao/mcsmanager-daemon:latest
RUN apt-get update && \
apt-get install -y wget apt-transport-https && \
wget -qO - https://packages.adoptium.net/artifactory/api/gpg/key/public | apt-key add - && \
echo "deb https://packages.adoptium.net/artifactory/deb noble main" > /etc/apt/sources.list.d/adoptium.list && \
apt-get update && \
apt-get install -y temurin-25-jre && \
apt-get clean
ENV JAVA_HOME=/usr/lib/jvm/temurin-25