Update Dockerfile

This commit is contained in:
hernandito 2015-07-28 22:00:22 -04:00
parent 93d3fbdf12
commit f0cec956c6

View file

@ -2,7 +2,9 @@ FROM phusion/baseimage:0.9.16
MAINTAINER smdion <me@seandion.com>
RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
ENV DEBIAN_FRONTEND noninteractive
ENV HOME /root
ENV HOME /root
ENV LC_ALL C.UTF-8
ENV LANG en_US.UTF-8
ENV TERM screen
# Use baseimage-docker's init system
@ -10,10 +12,10 @@ CMD ["/sbin/my_init"]
# Install Dependencies
RUN add-apt-repository ppa:mc3man/trusty-media
RUN apt-get update -q && \
RUN apt-get update
RUN apt-get install -qy git ffmpeg python wget
RUN apt-get install -qy git mc ffmpeg python wget
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
#Volumes and Ports