Update Dockerfile
This commit is contained in:
parent
93d3fbdf12
commit
f0cec956c6
1 changed files with 5 additions and 3 deletions
|
@ -3,6 +3,8 @@ 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 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
|
||||
|
|
Loading…
Add table
Reference in a new issue