Remove maven from Docker image
I think we don't need it since we use maven wrapper anyway.
This commit is contained in:
@@ -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 - \
|
||||
|
||||
Reference in New Issue
Block a user