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 . .