From e5228cf5664c2cf9d3727873cbb827679c72c799 Mon Sep 17 00:00:00 2001 From: Andrea Date: Wed, 4 Sep 2019 13:14:03 +0200 Subject: [PATCH] Removing blank line to trigger travis --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d3e3587492..7d33eb265e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,6 @@ FROM adoptopenjdk/openjdk11:jdk-11.0.3_7-alpine as BUILD # Setup maven, we don't use https://hub.docker.com/_/maven/ as it declare .m2 as volume, we loose all mvn cache # We can alternatively do as proposed by https://github.com/carlossg/docker-maven#packaging-a-local-repository-with-the-image # this was meant to make the image smaller, but we use multi-stage build so we don't care - RUN apk add --no-cache curl tar bash ARG MAVEN_VERSION=3.6.2