Skip to content

Commit 6bd5ef0

Browse files
author
Alexander Batashev
committed
[CI] Install sudo inside containers
1 parent c8325f2 commit 6bd5ef0

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
@@ -15,7 +15,8 @@ apt update && apt install -yqq \
1515
vim \
1616
libffi-dev \
1717
libva-dev \
18-
libtool
18+
libtool \
19+
sudo
1920

2021
pip3 install psutil
2122

0 commit comments

Comments
 (0)