rebase to python baseimage
This commit is contained in:
parent
4f96dbe9e3
commit
289c7162ee
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
FROM linuxserver/baseimage
|
FROM linuxserver/baseimage.python
|
||||||
MAINTAINER smdion <me@seandion.com>
|
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
|
# Install Dependencies
|
||||||
RUN add-apt-repository ppa:mc3man/trusty-media && \
|
RUN add-apt-repository ppa:mc3man/trusty-media && \
|
||||||
apt-get update && \
|
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/*
|
apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
|
||||||
|
|
||||||
#Adding Custom files
|
#Adding Custom files
|
||||||
|
|
Loading…
Add table
Reference in a new issue