We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a06b8fc commit 75071e1Copy full SHA for 75071e1
1 file changed
src/main/docker/Dockerfile.jvm.staged
@@ -2,6 +2,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-11:latest
2
3
WORKDIR /build
4
RUN mkdir -p .mvn/wrapper
5
+# Build dependency offline to streamline build
6
COPY mvnw* .
7
COPY .mvn/wrapper .mvn/wrapper
8
COPY pom.xml .
0 commit comments