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-library.git

commit 5dc5391994fba6f32c21d71cd509392792ce63fc
Author: Alex Heneveld <a...@cloudsoft.io>
AuthorDate: Wed Apr 10 12:18:16 2024 +0100

    update docker container used for building (and maven)
---
 Dockerfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 75fca6276..5fd1e30d6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,11 +15,10 @@
 # specific language governing permissions and limitations
 # under the License.
 
-FROM maven:3.5.4-jdk-8-alpine
+FROM maven:3.5.2-jdk-8-alpine
 
-# Install necessary binaries to build brooklyn-library
-RUN apk add --no-cache git procps
+# Install necessary binaries to build brooklyn-server
+RUN apk add --no-cache git
 
 RUN mkdir -p /var/maven/.m2/ && chmod -R 777 /var/maven/
 ENV MAVEN_CONFIG=/var/maven/.m2
-

Reply via email to