File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ ARG VERBOSE_LOGS=OFF
110110ARG LTO_ENABLE=OFF
111111
112112# hadolint ignore=DL3041
113- RUN dnf install -y https://vault.centos.org/centos/8-stream/PowerTools/x86_64/os/Packages/opencl-headers-2.2-1.20180306gite986688.el8.noarch.rpm && \
114- dnf update -d6 -y && dnf install -d6 -y \
113+ RUN dnf install -d6 -y \
114+ https://vault.centos.org/centos/8-stream/PowerTools/x86_64/os/Packages/opencl-headers-2.2-1.20180306gite986688.el8.noarch.rpm \
115115 gdb \
116116 java-11-openjdk-devel \
117117 tzdata-java \
Original file line number Diff line number Diff line change @@ -110,8 +110,8 @@ ARG VERBOSE_LOGS=OFF
110110ARG LTO_ENABLE=OFF
111111
112112# hadolint ignore=DL3041
113- RUN dnf install -y https://vault.centos.org/centos/8-stream/PowerTools/x86_64/os/Packages/opencl-headers-2.2-1.20180306gite986688.el8.noarch.rpm && \
114- dnf update -d6 -y && dnf install -d6 -y \
113+ RUN dnf install -d6 -y \
114+ https://vault.centos.org/centos/8-stream/PowerTools/x86_64/os/Packages/opencl-headers-2.2-1.20180306gite986688.el8.noarch.rpm \
115115 gdb \
116116 java-11-openjdk-devel \
117117 tzdata-java \
You can’t perform that action at this time.
0 commit comments