Update Dockerfile

This commit is contained in:
fithwum
2021-11-30 11:29:41 -08:00
parent 83180b73c1
commit b787a4e3b0

View File

@@ -9,7 +9,7 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fi
# Install java8 & dependencies.
RUN apt-get -y update \
&& apt-get install -y default-jdk ca-certificates-java \
&& apt-get install -y java-17-amazon-corretto-jdk ca-certificates-java \
&& apt-get clean && rm -rf /var/lib/apt/lists/*\
&& update-ca-certificates -f;