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

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


The following commit(s) were added to refs/heads/master by this push:
     new d54d8e6  Fixes CI, adding '-y' to yum update
     new cc9844d  Merge pull request #99 from nakomis/fix-ci
d54d8e6 is described below

commit d54d8e6e1f30839e11c04136ccc3c5131ea3e9e8
Author: Martin Harris <[email protected]>
AuthorDate: Mon Jul 10 16:30:41 2023 +0100

    Fixes CI, adding '-y' to yum update
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 527aaff..a1932b8 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,7 +19,7 @@
 FROM --platform=linux/amd64 maven:3.9.0-amazoncorretto-8
 
 # Install necessary binaries to build brooklyn-client
-RUN yum update && yum install -y git-core
+RUN yum -y update && yum install -y git-core
 
 # Download Go 1.15 and verify checksum against value from 
https://golang.org/dl/
 # then install to /usr/local

Reply via email to