Skip to content

Commit b886298

Browse files
author
Aaron O'Mullan
committed
Add maven to Java stack
1 parent 35a5389 commit b886298

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stacks/java/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ cd /tmp ; dpkg -i /fuse.deb;
1616
# Install JDK
1717
RUN apt-get install -y --no-install-recommends openjdk-7-jdk
1818

19+
# Install Maven
20+
RUN apt-get install -y maven
21+
1922
# Default init command
2023
CMD su codebox /opt/codebox/init.sh
2124

0 commit comments

Comments
 (0)