Skip to content

Commit 56a3784

Browse files
addressing review comments
Signed-off-by: AaruniAggarwal <aaruniagg@gmail.com>
1 parent 3760e8c commit 56a3784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN --mount=type=cache,target=/var/cache/dnf \
2424
PACKAGES="mesa-libGL skopeo libxcrypt-compat"; \
2525
fi && \
2626
echo "Installing: $PACKAGES" && \
27-
dnf install -y --nogpgcheck --allowerasing --nobest $PACKAGES && \
27+
dnf install -y $PACKAGES && \
2828
dnf clean all && rm -rf /var/cache/yum
2929

3030
RUN if [ "$TARGETARCH" = "ppc64le" ]; then \

0 commit comments

Comments
 (0)