Update Dockerfile

This commit is contained in:
fithwum
2021-12-15 08:37:04 -08:00
parent 2856e14a80
commit ad6b80e397

View File

@@ -9,8 +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 software-properties-common \
&& apt-get install -y openjdk-17-jdk ca-certificates-java \
&& apt-get install -y software-properties-common openjdk-17-jdk ca-certificates-java \
&& apt-get clean && rm -rf /var/lib/apt/lists/*\
&& update-ca-certificates -f;