added explicit install of wget in installAutomaticTests

This commit is contained in:
Stephen Gaito 2020-06-14 10:35:20 +01:00
parent f48822d816
commit 4171aef19e
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ export DEBIAN_FRONTEND=noninteractive
# Start by making sure all required apt packages exist
#
sudo apt -y install \
wget \
diffutils \
zip \
python3 \