File tree 2 files changed +2
-2
lines changed
.github/docker-images/base-images/device-client
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN yum -y update \
27
27
WORKDIR /tmp
28
28
RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \
29
29
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e7797b12-ce87-4df0-aa09-df4a272fc5d9/intel-vtune-2025.0.0.1130.sh \
30
- && sh ./intel-vtune-2025.0.0.1130.sh -a --silent --eula accept \
30
+ && sh ./intel-vtune-2025.0.0.1130.sh -a --silent --eula accept; \
31
31
fi
32
32
33
33
# ##############################################################################
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN yum -y install \
31
31
WORKDIR /tmp
32
32
RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \
33
33
wget https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e7797b12-ce87-4df0-aa09-df4a272fc5d9/intel-vtune-2025.0.0.1130.sh \
34
- && sh ./intel-vtune-2025.0.0.1130.sh -a --silent --eula accept \
34
+ && sh ./intel-vtune-2025.0.0.1130.sh -a --silent --eula accept; \
35
35
fi
36
36
37
37
You can’t perform that action at this time.
0 commit comments