Update Dockerfile
This commit is contained in:
@@ -5,7 +5,7 @@ MAINTAINER fithwum
|
||||
ARG INSTALL_SCRIPT=https://raw.githubusercontent.com/fithwum/minecraft/master/files/Install_Script.sh
|
||||
|
||||
# Install dependencies and folder creation
|
||||
RUN apt-get update && apt-get install libstdc++ install software-properties-common \
|
||||
RUN apt-get update && apt-get install libstdc++ software-properties-common \
|
||||
&& add-apt-repository -y ppa:webupd8team/java \
|
||||
&& echo debconf shared/accepted-oracle-license-v1-1 select true | debconf-set-selections \
|
||||
&& echo debconf shared/accepted-oracle-license-v1-1 seen true | debconf-set-selections \
|
||||
|
||||
Reference in New Issue
Block a user