This is an automated email from the ASF dual-hosted git repository.

heneveld pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git


The following commit(s) were added to refs/heads/master by this push:
     new c9228606b7 update builder, git already installed here
c9228606b7 is described below

commit c9228606b7d31ab5ac513968918b19fdf27a7fa2
Author: Alex Heneveld <a...@cloudsoft.io>
AuthorDate: Wed Apr 10 12:06:46 2024 +0100

    update builder, git already installed here
---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index b73602335c..0881bf449f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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

Reply via email to