Remove maven from Docker image

I think we don't need it since we use maven wrapper anyway.
This commit is contained in:
Kris De Volder
2016-12-14 17:22:46 -08:00
parent 57e86c5db2
commit 8169eae0e6

View File

@@ -8,7 +8,6 @@ RUN apt-get update && apt-get install -y \
git \
jq \
openjdk-8-jdk \
maven \
curl
RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \