From bf914d9187cbd9120ec18c678bedd88b5764179f Mon Sep 17 00:00:00 2001 From: Rafaela Soares Date: Thu, 18 Sep 2025 11:01:37 +0100 Subject: [PATCH] add libX11-xcb to Dockerfile --- build/sandbox-ui/Dockerfile | 3 ++- openshift-ci/Dockerfile.tools | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build/sandbox-ui/Dockerfile b/build/sandbox-ui/Dockerfile index 06092300b..81760bf38 100644 --- a/build/sandbox-ui/Dockerfile +++ b/build/sandbox-ui/Dockerfile @@ -83,7 +83,8 @@ RUN yum install -y \ libXrender \ alsa-lib \ freetype \ - fontconfig && \ + fontconfig \ + libX11-xcb && \ yum clean all CMD ["make", "test-ui-e2e"] diff --git a/openshift-ci/Dockerfile.tools b/openshift-ci/Dockerfile.tools index 8f4f4bba5..3d363f650 100644 --- a/openshift-ci/Dockerfile.tools +++ b/openshift-ci/Dockerfile.tools @@ -51,7 +51,8 @@ RUN yum install -y \ libXrender \ alsa-lib \ freetype \ - fontconfig && \ + fontconfig \ + libX11-xcb && \ yum clean all # Install kustomize