Just for simpler debugging, will change back before release
This commit is contained in:
parent
10fb55f545
commit
5204fe9229
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ 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
|
||||||
apt-get install -qy git python wget && \
|
RUN apt-get install -qy git python wget
|
||||||
apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/* && \
|
RUN apt-get clean && rm -rf /var/lib/apt/lists/* /var/tmp/*
|
||||||
mkdir /opt/headphones
|
RUN mkdir /opt/headphones
|
||||||
|
|
||||||
#Volumes and Ports
|
#Volumes and Ports
|
||||||
EXPOSE 8181
|
EXPOSE 8181
|
||||||
|
|
Loading…
Add table
Reference in a new issue