From eebdae81028ed09d74e455121d770b40d36832bb Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Fri, 19 Mar 2021 11:58:25 +0100 Subject: [PATCH] Make sure checkstyle dependencies are in the docker layer cache --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34027f7..e9ca664 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ WORKDIR /home/build # Prepare our own build COPY pom.xml pom.xml -RUN mvn dependency:go-offline surefire:test -ntp +RUN mvn dependency:go-offline surefire:test checkstyle:check -ntp # Copy over the project code and run our build COPY . .