Skip to content

Commit d3564af

Browse files
author
Colin
committed
Remove ubuntu-tw sources and useless package.
1 parent d23428f commit d3564af

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Dockerfile

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ MAINTAINER Doro Wu <fcwu.tw@gmail.com>
44
ENV DEBIAN_FRONTEND noninteractive
55
ENV 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
179
RUN 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

3223
ADD noVNC /noVNC/
33-
3424
ADD startup.sh /
3525
ADD supervisord.conf /
3626
EXPOSE 6080

0 commit comments

Comments
 (0)