Skip to content

Commit c708b0d

Browse files
[CI] Install curl into the base image (#10961)
We use it to install intel drivers, including the later containers job.
1 parent a3d10cf commit c708b0d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ apt update && apt install -yqq \
2222
zstd \
2323
zip \
2424
unzip \
25-
jq
25+
jq \
26+
curl
2627

2728
pip3 install psutil
2829

0 commit comments

Comments
 (0)