Skip to content

Commit 4b44211

Browse files
committed
Update Dockerfile
1 parent 235d495 commit 4b44211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get install -y build-essential g++ curl libssl-dev apache2-utils git lib
99

1010
# Install Node.js
1111
RUN curl -sL https://deb.nodesource.com/setup | bash -
12-
RUN apt-get install -y nodejs
12+
RUN apt-get install -y nodejs software-properties-common htop
1313

1414
# Install Java 8 & Maven
1515
RUN add-apt-repository ppa:webupd8team/java

0 commit comments

Comments
 (0)