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


The following commit(s) were added to refs/heads/master by this push:
     new 4963975  add bzip2 to dockerfile used to build brooklyn
4963975 is described below

commit 4963975b76af3ae49e9800c2886ee33f6a069190
Author: Alex Heneveld <[email protected]>
AuthorDate: Mon Sep 25 09:22:39 2023 +0100

    add bzip2 to dockerfile used to build brooklyn
    
    needed for the ui part of the build
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 6a2a3ff..deda6b6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -25,7 +25,7 @@ FROM maven:3.9.4-amazoncorretto-8-debian
 RUN apt-get update
 
 RUN apt-get install -y \
-    `# common tools` git-core rsync sudo vim less curl gpg tar zip procps \
+    `# common tools` git-core rsync sudo vim less curl gpg tar zip procps 
bzip2 \
     `# parsing utils xml json etc` libxml2 libxml2-utils jq \
     `# usual build tools for eg nodejs modules` make automake autoconf libtool 
nasm gcc
 RUN apt-get install -y \

Reply via email to