We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 446c2d0 commit 47ed8bcCopy full SHA for 47ed8bc
2 files changed
build/sandbox-ui/Dockerfile
@@ -83,7 +83,8 @@ RUN yum install -y \
83
libXrender \
84
alsa-lib \
85
freetype \
86
- fontconfig && \
+ fontconfig \
87
+ libX11-xcb && \
88
yum clean all
89
90
CMD ["make", "test-ui-e2e"]
openshift-ci/Dockerfile.tools
@@ -51,7 +51,8 @@ RUN yum install -y \
51
52
53
54
55
56
57
58
# Install kustomize
0 commit comments