diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-12-02 22:30:23 +0100 |
---|---|---|
committer | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2020-12-02 22:30:23 +0100 |
commit | afd2602515b95bd74822d75c5b2895eb93489464 (patch) | |
tree | 1fe208d8ffc8d1fc4706580f8823b469894d4f10 /packer | |
parent | 43dcf1b4db0f5bd92440d5c073e16907a3c0d82a (diff) |
Update hwtest dependencies
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I908a275715401de4d660b34c84185ad1611dd5e5
Diffstat (limited to 'packer')
-rw-r--r-- | packer/provision/agl_hwtest_dependencies.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/packer/provision/agl_hwtest_dependencies.sh b/packer/provision/agl_hwtest_dependencies.sh index d950d49a..594f0738 100644 --- a/packer/provision/agl_hwtest_dependencies.sh +++ b/packer/provision/agl_hwtest_dependencies.sh @@ -23,16 +23,18 @@ cat /etc/apt/sources.list DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y -u dist-upgrade +DEBIAN_FRONTEND=noninteractive dpkg --configure -a + DEBIAN_FRONTEND=noninteractive apt-get update && \ - apt-get -y install wget - python-pip zip unzip iperf3 \ + apt-get -y install wget python python3 python-pip zip unzip iperf3 \ debian-keyring debian-archive-keyring \ python3-pip python3-yaml # Adding stretch-backports for lavacli -echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list +#echo "deb http://deb.debian.org/debian stretch-backports main" >> /etc/apt/sources.list +#DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y -t stretch-backports lavacli -DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y -t stretch-backports lavacli +pip3 install lavacli # we have a build blocker wrt useradd - I assume it is caused by /bin/sh being dash # systemd: Performing useradd with |