Update Dockerfile
This commit is contained in:
parent
93d3fbdf12
commit
f0cec956c6
1 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,9 @@ FROM phusion/baseimage:0.9.16
|
||||||
MAINTAINER smdion <me@seandion.com>
|
MAINTAINER smdion <me@seandion.com>
|
||||||
RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
|
RUN rm -rf /etc/service/sshd /etc/my_init.d/00_regen_ssh_host_keys.sh
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
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
|
ENV TERM screen
|
||||||
|
|
||||||
# Use baseimage-docker's init system
|
# Use baseimage-docker's init system
|
||||||
|
@ -10,10 +12,10 @@ CMD ["/sbin/my_init"]
|
||||||
|
|
||||||
# Install Dependencies
|
# Install Dependencies
|
||||||
RUN add-apt-repository ppa:mc3man/trusty-media
|
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/*
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
|
||||||
|
|
||||||
#Volumes and Ports
|
#Volumes and Ports
|
||||||
|
|
Loading…
Add table
Reference in a new issue