Skip to content

Commit ac6dd92

Browse files
committed
fix syntax
1 parent e88b0bf commit ac6dd92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/docker-images/base-images/device-client/amazonlinux/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN yum -y update \
2727
WORKDIR /tmp
2828
RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \
2929
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; \
3131
fi
3232

3333
###############################################################################

.github/docker-images/base-images/device-client/ubi8/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN yum -y install \
3131
WORKDIR /tmp
3232
RUN if [ "${TARGETPLATFORM}" = "linux/amd64" ]; then \
3333
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; \
3535
fi
3636

3737

0 commit comments

Comments
 (0)