We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235d495 commit 4b44211Copy full SHA for 4b44211
Dockerfile
@@ -9,7 +9,7 @@ RUN apt-get install -y build-essential g++ curl libssl-dev apache2-utils git lib
9
10
# Install Node.js
11
RUN curl -sL https://deb.nodesource.com/setup | bash -
12
-RUN apt-get install -y nodejs
+RUN apt-get install -y nodejs software-properties-common htop
13
14
# Install Java 8 & Maven
15
RUN add-apt-repository ppa:webupd8team/java
0 commit comments