rebase to python baseimage

This commit is contained in:
sparklyballs 2015-10-04 12:07:35 +01:00
parent 4f96dbe9e3
commit 289c7162ee

View file

@ -1,12 +1,12 @@
FROM linuxserver/baseimage
FROM linuxserver/baseimage.python
MAINTAINER smdion <me@seandion.com>
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