@@ -7,18 +7,11 @@ MAINTAINER Roberto van Maanen <roberto.vanmaanen@gmail.com>
77RUN apt-get update
88RUN apt-get install -y build-essential g++ curl libssl-dev apache2-utils git libxml2-dev sshfs wget nano ruby ruby-dev ruby-bundler
99
10- # ------------------------------------------------------------------------------
1110# Install Node.js
1211RUN curl -sL https://deb.nodesource.com/setup | bash -
13- RUN apt-get install -y nodejs software-properties-common htop
14-
15- # ------------------------------------------------------------------------------
16- # Install Cloud9
17- RUN git clone https://github.com/c9/core.git /cloud9
18- WORKDIR /cloud9
19- RUN scripts/install-sdk.sh
12+ RUN apt-get install -y nodejs
2013
21- # Install Java 8 & Maven
14+ # Install Java 8 & Maven
2215RUN add-apt-repository ppa:webupd8team/java
2316RUN apt-get -y -q update
2417RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections
@@ -95,3 +88,7 @@ EXPOSE 4000-5001
9588# ------------------------------------------------------------------------------
9689# Start supervisor, define default command.
9790CMD ["supervisord" , "-c" , "/etc/supervisor/supervisord.conf" ]
91+
92+ # ------------------------------------------------------------------------------
93+ # Start supervisor, define default command.
94+ CMD ["supervisord" , "-c" , "/etc/supervisor/supervisord.conf" ]
0 commit comments