Skip to content

Commit 5b9a559

Browse files
committed
RHAIENG-1284: fix(Dockerfiles) libcrypt.so.1 not found in runtime-datascience-rocm-tensorflow-ubi9-python-3.12 image (#2544)
1 parent 87ad940 commit 5b9a559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/rocm-tensorflow/ubi9-python-3.12/Dockerfile.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)