Update Dockerfile

This commit is contained in:
fithwum
2020-07-01 16:41:00 -07:00
parent fe1be8e317
commit 134fb8c081

View File

@@ -5,7 +5,7 @@ MAINTAINER fithwum
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
# Install java8 & dependencies. # Install java8 & dependencies.
RUN apt-get update && apt-get -y install libstdc++ software-properties-common \ RUN apt-get update && apt-get install libstdc++ software-properties-common \
&& apt-get install -y openjdk-8-jdk \ && apt-get install -y openjdk-8-jdk \
&& apt-get clean && rm -rf /var/lib/apt/lists/* && apt-get clean && rm -rf /var/lib/apt/lists/*
&& apt-get install ca-certificates-java \ && apt-get install ca-certificates-java \