From c16ca9ec75480bf19a261fb952c8e0885082da66 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Wed, 1 Jul 2020 19:02:21 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 42fa468..153075a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ MAINTAINER fithwum ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh # Install java8 & dependencies. -RUN apt-get update && apt-get clean && rm -rf /var/lib/apt/lists/* +RUN apt-get -y update && apt-get clean && rm -rf /var/lib/apt/lists/* # folder creation. RUN mkdir -p /MCserver /MCtemp \