Skip to content

Commit

Permalink
Remove unnecessary package installs during docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Jun 18, 2024
1 parent 0167d72 commit fdc7084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ARG version
ARG MAVEN_VERSION=3.9.5-r0
ENV SWITCHBOARD_VERSION=$version

RUN apk add maven=${MAVEN_VERSION} openjdk21-jdk=${JAVA_ALPINE_VERSION} openjdk21-jmods=${JAVA_ALPINE_VERSION}
RUN apk add --no-cache maven=${MAVEN_VERSION}

WORKDIR /build
COPY ./.git ./.git
Expand Down

0 comments on commit fdc7084

Please sign in to comment.