Update Dockerfile

This commit is contained in:
fithwum
2020-07-01 16:27:04 -07:00
parent cdf4271798
commit b513b4459c

View File

@@ -4,9 +4,9 @@ MAINTAINER fithwum
# URL's for files
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
# Install OpenJDK-11 & dependencies.
# Install java8 & dependencies.
RUN apt-get update && apt-get -y install libstdc++ software-properties-common \
&& apt-get install -y openjdk-11-jre-headless \
&& apt-get install -y openjdk-8-jdk \
&& apt-get clean && rm -rf /var/lib/apt/lists/* \
# Fix certificate issues