diff --git a/Dockerfile b/Dockerfile index 5fa92fb..0ce1532 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,12 +1,12 @@ -FROM linuxserver/baseimage +FROM linuxserver/baseimage.python MAINTAINER smdion -ENV LC_ALL="C.UTF-8" LANG="en_US.UTF-8" +ENV LC_ALL="C.UTF-8" LANG="en_US.UTF-8" APTLIST="ffmpeg mc" # Install Dependencies RUN add-apt-repository ppa:mc3man/trusty-media && \ apt-get update && \ -apt-get install -qy git mc ffmpeg python wget && \ +apt-get install -qy $APTLIST && \ apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/* #Adding Custom files