Skip to content

Commit 75071e1

Browse files
committed
Add build dependency comment
Signed-off-by: eyuen <eyuen@redhat.com>
1 parent a06b8fc commit 75071e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/docker/Dockerfile.jvm.staged

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ FROM registry.access.redhat.com/ubi8/openjdk-11:latest
22

33
WORKDIR /build
44
RUN mkdir -p .mvn/wrapper
5+
# Build dependency offline to streamline build
56
COPY mvnw* .
67
COPY .mvn/wrapper .mvn/wrapper
78
COPY pom.xml .

0 commit comments

Comments
 (0)