We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ac68e commit dd37529Copy full SHA for dd37529
Tools/PC/testflinger_yaml_generator/template/shell_scripts/15_install_checkbox_on_agent
@@ -4,7 +4,7 @@
4
# this way the versions will match
5
sudo add-apt-repository -y ppa:checkbox-dev/beta
6
sudo apt update
7
-sudo DEBIAN_FRONTEND=noninteractive apt install -yqq checkbox-ng
+sudo DEBIAN_FRONTEND=noninteractive apt install -yqq checkbox-ng python3-venv sshpass jq pipx
8
9
echo "Installing checkbox in agent container"
10
CHECKBOX_VERSION=$(_run $CHECKBOX_CLI_CMD --version)
0 commit comments