From 289c7162eea5e426dbcbbe3e23aeec66d1bc65e7 Mon Sep 17 00:00:00 2001 From: sparklyballs Date: Sun, 4 Oct 2015 12:07:35 +0100 Subject: [PATCH] rebase to python baseimage --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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