Prepareing for release

This commit is contained in:
lonix 2015-07-16 14:30:15 +02:00
parent fa206cce44
commit c0cfaa3994

View file

@ -9,10 +9,9 @@ ENV TERM screen
CMD ["/sbin/my_init"] CMD ["/sbin/my_init"]
# Install Dependencies # Install Dependencies
RUN apt-get update -q RUN apt-get update -q && \
RUN apt-get install -qy git python wget apt-get install -qy git python wget && \
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/* apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
RUN mkdir /opt/headphones
#Volumes and Ports #Volumes and Ports
EXPOSE 8181 EXPOSE 8181