Skip to content
Snippets Groups Projects
Commit 971e95c6 authored by Quang tru HUYNH's avatar Quang tru HUYNH
Browse files

fix tput: No value for $TERM and no -T specified

parent 74704791
No related branches found
No related tags found
No related merge requests found
Pipeline #116789 passed
......@@ -7,6 +7,7 @@ RUN yum -y update && yum -y upgrade && \
yum -y clean all && \
date +"%Y-%m-%d-%H%M" > /last_update
RUN wget --quiet https://registrationcenter-download.intel.com/akdlm/IRC_NAS/20f4e6a1-6b0b-4752-b8c1-e5eacba10e01/l_BaseKit_p_2024.0.0.49564_offline.sh && \
export TERM=dumb && \
bash l_BaseKit_p_2024.0.0.49564_offline.sh \
--log l_BaseKit_p_2024.0.0.49564_offline.log \
--remove-extracted-files yes \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment