From b4a9a6e51b4b00dcf04dcd6225c1a284782f1d0e Mon Sep 17 00:00:00 2001 From: NetOps <idcnetops@tarento.com> Date: Fri, 28 Jan 2022 08:46:45 +0000 Subject: [PATCH] Update Dockerfile.build --- Dockerfile.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.build b/Dockerfile.build index 30930e8..f835b2f 100644 --- a/Dockerfile.build +++ b/Dockerfile.build @@ -4,4 +4,4 @@ RUN apt update && apt install maven -y COPY . /opt WORKDIR /opt -RUN mvn clean install +RUN mvn clean install -DskipTests=true -- GitLab