Skip to content

Commit ef9b625

Browse files
committed
RHAIENG-1284: sync the Dockerfile.konflux.* with the Dockerfile.* from odh-io (#1638)
1 parent 9b25a91 commit ef9b625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.konflux.rocm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN dnf -y upgrade --refresh --nobest --skip-broken --nodocs --noplugins --setop
2727
# upgrade first to avoid fixable vulnerabilities end
2828

2929
# Install useful OS packages
30-
RUN dnf install -y perl mesa-libGL skopeo && dnf clean all && rm -rf /var/cache/yum
30+
RUN dnf install -y perl mesa-libGL skopeo libxcrypt-compat && dnf clean all && rm -rf /var/cache/yum
3131

3232
# Other apps and tools installed as default user
3333
USER 1001

0 commit comments

Comments
 (0)