Skip to content

Commit e68d85d

Browse files
committed
Fix Dockerfile.cpu mount check logic in ubi9-python-3.12 runtime
1 parent 8325e63 commit e68d85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/minimal/ubi9-python-3.12/Dockerfile.cpu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ WORKDIR /opt/app-root/bin
1313
# OS Packages needs to be installed as root
1414
USER 0
1515

16-
RUN ls /mnt && false
16+
RUN ls /mnt && true
1717

1818
# Inject the official UBI 9 repository configuration into the AIPCC base image.
1919
# The Quay-based AIPCC image is "repo-less" by default (https://gitlab.com/redhat/rhel-ai/core/base-images/app#repositories), so dnf cannot upgrade or install packages.

0 commit comments

Comments
 (0)