Skip to content

Commit b53b2f8

Browse files
Update Dockerfile.redhat
1 parent 5d9f9dc commit b53b2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.redhat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ ARG BASE_IMAGE=registry.access.redhat.com/ubi9/ubi:9.6
115115
SHELL ["/bin/bash", "-xo", "pipefail", "-c"]
116116

117117
ARG JOBS=16
118-
ARG VERBOSE_LOGS=ON
119-
ARG LTO_ENABLE=ON
118+
ARG VERBOSE_LOGS=OFF
119+
ARG LTO_ENABLE=OFF
120120

121121
# hadolint ignore=DL3041
122122
RUN dnf install -y https://rpmfind.net/linux/almalinux/8.10/PowerTools/x86_64/os/Packages/opencl-headers-2.2-1.20180306gite986688.el8.noarch.rpm && \

0 commit comments

Comments
 (0)