This is an automated email from the ASF dual-hosted git repository.
tzimanyi pushed a commit to branch main
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-pipelines.git
The following commit(s) were added to refs/heads/main by this push:
new aa8afba4 kie-issues#578 install freetype package using dnf (#1091)
aa8afba4 is described below
commit aa8afba484e07cadf0003853abdf7e4c2db7b456
Author: Jan Stastny <[email protected]>
AuthorDate: Wed Sep 20 09:19:55 2023 +0200
kie-issues#578 install freetype package using dnf (#1091)
* kie-issues#578 install freetype package using dnf
* adding further deps
---------
Co-authored-by: jstastny-cz <[email protected]>
---
apache-nodes/Dockerfile.kogito-ci-build | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/apache-nodes/Dockerfile.kogito-ci-build
b/apache-nodes/Dockerfile.kogito-ci-build
index d5cafc03..2f130382 100644
--- a/apache-nodes/Dockerfile.kogito-ci-build
+++ b/apache-nodes/Dockerfile.kogito-ci-build
@@ -33,6 +33,12 @@ sudo \
wget \
which \
# system (END)
+# drools (BEGIN)
+fontconfig \
+freetype \
+# couldn't get it for pre-defined repositories
+https://mirror.stream.centos.org/9-stream/AppStream/aarch64/os/Packages/overpass-fonts-3.0.4-8.el9.noarch.rpm
\
+# drools (END)
&& dnf clean all
RUN sudo alternatives --install /usr/local/bin/python python $(which
python${PYTHON_MAJOR_MINOR_VERSION}) 1 && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]