Skip to content

Commit c1e7f45

Browse files
shroffkCopilot
andauthored
Update Dockerfile
Co-authored-by: Copilot <[email protected]>
1 parent 5ecb50d commit c1e7f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
FROM eclipse-temurin:17-jdk AS builder
44
WORKDIR /build
5-
RUN apt-get update && apt-get install -y maven
5+
RUN apt-get update && apt-get install -y maven && rm -rf /var/lib/apt/lists/*
66
COPY . .
77
RUN mvn --batch-mode --update-snapshots clean package -DskipTests
88

0 commit comments

Comments
 (0)