Skip to content

Commit 764af4f

Browse files
authored
[CI] Install wget into container (#5951)
Required for dependencies script to work.
1 parent ff254ca commit 764af4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/scripts/install_build_tools.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ apt update && apt install -yqq \
1616
libffi-dev \
1717
libva-dev \
1818
libtool \
19+
wget \
1920
sudo
2021

2122
pip3 install psutil

0 commit comments

Comments
 (0)