File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,6 @@ MAINTAINER Doro Wu <fcwu.tw@gmail.com>
44ENV  DEBIAN_FRONTEND noninteractive
55ENV  HOME /root
66
7- #  setup our Ubuntu sources (ADD breaks caching)
8- RUN  echo "deb http://tw.archive.ubuntu.com/ubuntu/ trusty main\n \ 
9- deb http://tw.archive.ubuntu.com/ubuntu/ trusty multiverse\n \ 
10- deb http://tw.archive.ubuntu.com/ubuntu/ trusty universe\n \ 
11- deb http://tw.archive.ubuntu.com/ubuntu/ trusty restricted\n \ 
12- deb http://ppa.launchpad.net/chris-lea/node.js/ubuntu trusty main\n \ 
13- " > /etc/apt/sources.list
14- 
157#  no Upstart or DBus
168#  https://github.com/dotcloud/docker/issues/1724#issuecomment-26294856
179RUN  apt-mark hold initscripts udev plymouth mountall
@@ -23,14 +15,12 @@ RUN apt-get update \
2315 net-tools \
2416 lxde x11vnc xvfb \
2517 gtk2-engines-murrine ttf-ubuntu-font-family \
26-  nodejs \
2718 libreoffice firefox \
2819 && apt-get autoclean \
2920 && apt-get autoremove \
3021 && rm -rf /var/lib/apt/lists/*
3122
3223ADD  noVNC /noVNC/
33- 
3424ADD  startup.sh /
3525ADD  supervisord.conf /
3626EXPOSE  6080
                                 You can’t perform that action at this time. 
               
                  
0 commit comments