Minecraft java upgrade
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user