Skip to content

Commit

Permalink
update builder, git already installed here
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Heneveld committed Apr 10, 2024
1 parent 5a5dd2a commit c922860
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@

FROM maven:3-eclipse-temurin-8

# Install necessary binaries to build brooklyn-server
RUN apk add --no-cache git
# no special binaries needed

RUN mkdir -p /var/maven/.m2/ && chmod -R 777 /var/maven/
ENV MAVEN_CONFIG=/var/maven/.m2

0 comments on commit c922860

Please sign in to comment.