Skip to content

Commit 49c544b

Browse files
Merge pull request openshift#7238 from r4f4/img-upi-xz
OCPBUGS-14757: images: installer: add xz to the container
2 parents 256d583 + 1c24cfc commit 49c544b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

images/installer/Dockerfile.upi.ci.rhel8

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ RUN yum update -y && \
3737
python2-pyyaml \
3838
python3-pyyaml \
3939
bind-utils \
40-
util-linux && \
40+
util-linux \
41+
xz && \
4142
yum clean all && \
4243
rm -rf /var/cache/yum/* && \
4344
chmod g+w /etc/passwd

0 commit comments

Comments
 (0)