diff --git a/Dockerfile b/Dockerfile index 3c1482c..5dbc14c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,9 +7,8 @@ ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/fi # Install java8 & dependencies. RUN apt-get update && apt-get install libstdc++ software-properties-common \ && apt-get install -y openjdk-8-jdk \ - && apt-get clean && rm -rf /var/lib/apt/lists/* \ && apt-get install ca-certificates-java \ - && apt-get clean \ + && apt-get clean && rm -rf /var/lib/apt/lists/*\ && update-ca-certificates -f; # folder creation.