Skip to content

Commit 235d495

Browse files
committed
Update Dockerfile
1 parent 1884a7f commit 235d495

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

Dockerfile

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,11 @@ MAINTAINER Roberto van Maanen <roberto.vanmaanen@gmail.com>
77
RUN apt-get update
88
RUN 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
1211
RUN 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
2215
RUN add-apt-repository ppa:webupd8team/java
2316
RUN apt-get -y -q update
2417
RUN 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.
9790
CMD ["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

Comments
 (0)