This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new e9a74b6bc12 NO-ISSUE: install libraries in CI docker image (#2688)
e9a74b6bc12 is described below
commit e9a74b6bc12d00e1ce3fd7aa5cfd6dfb4543fd2a
Author: Jan Stastny <[email protected]>
AuthorDate: Tue Oct 22 15:07:48 2024 +0200
NO-ISSUE: install libraries in CI docker image (#2688)
---
.ci/incubator-kie-tools-ci-build.Dockerfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index 8662250f5cf..588fe32eb9b 100644
--- a/.ci/incubator-kie-tools-ci-build.Dockerfile
+++ b/.ci/incubator-kie-tools-ci-build.Dockerfile
@@ -28,6 +28,7 @@ libglvnd0 \
libbtrfs-dev \
libgpgme-dev \
libdevmapper-dev \
+libxml2-utils \
python3 \
python3-pip \
python3-dev \
@@ -43,6 +44,7 @@ unzip \
bzip2 \
xvfb \
fluxbox \
+rsync \
subversion && \
apt-get clean autoclean && apt-get autoremove --yes && \
rm -rf /var/lib/{apt,cache,log}/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]