Add iso-codes, python3-software-properties, isoquery to baseline.sh
Change-Id: Ic04e0fb4b9bc4126c535d53ffdfc235b505eccbc
diff --git a/packer/provision/baseline.sh b/packer/provision/baseline.sh
index 168fd27..ad502a7 100644
--- a/packer/provision/baseline.sh
+++ b/packer/provision/baseline.sh
@@ -224,7 +224,7 @@
apt-get clean
apt-get update -m
apt-get -f install || true # attempt to fix broken packages
- apt-get install -y software-properties-common apt-transport-https
+ apt-get install -y iso-codes python3-software-properties isoquery software-properties-common apt-transport-https
# add additional repositories
add-apt-repository "deb http://us.archive.ubuntu.com/ubuntu $(lsb_release -sc) main universe restricted multiverse"