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 5505ed0ed05 NO-ISSUE: Fix missing envsubst in the kie-tools-ci-build 
image (#2412)
5505ed0ed05 is described below

commit 5505ed0ed05d90ef187e513e0e7e273e86af6776
Author: Rodrigo Antunes <[email protected]>
AuthorDate: Fri Jun 7 11:58:05 2024 -0300

    NO-ISSUE: Fix missing envsubst in the kie-tools-ci-build image (#2412)
---
 .ci/incubator-kie-tools-ci-build.Dockerfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.ci/incubator-kie-tools-ci-build.Dockerfile 
b/.ci/incubator-kie-tools-ci-build.Dockerfile
index c15eee2f1e9..e57cee92818 100644
--- a/.ci/incubator-kie-tools-ci-build.Dockerfile
+++ b/.ci/incubator-kie-tools-ci-build.Dockerfile
@@ -1,4 +1,4 @@
-FROM cruizba/ubuntu-dind:latest
+FROM cruizba/ubuntu-dind:noble-26.1.3
 
 SHELL ["/bin/bash", "-c"]
 
@@ -23,7 +23,6 @@ libgtk-3-dev \
 libssl-dev \
 libxi6 \
 libnss3 \
-libgconf-2-4 \
 libpci-dev \
 libglvnd0 \
 libbtrfs-dev \
@@ -34,6 +33,7 @@ python3-pip \
 python3-dev \
 python3-venv \
 python3-gssapi \
+gettext \
 git \
 jq \
 vim \
@@ -42,7 +42,7 @@ zip \
 unzip \
 bzip2 \
 xvfb \
-fluxbox && \
+fluxbox \
 subversion && \
 apt-get clean autoclean && apt-get autoremove --yes && \
 rm -rf /var/lib/{apt,dpkg,cache,log}/


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to