Make sure checkstyle dependencies are in the docker layer cache

This commit is contained in:
Chris Vest 2021-03-19 11:58:25 +01:00
parent 6a6ecde5e2
commit eebdae8102
1 changed files with 1 additions and 1 deletions

View File

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