Add ping, wget and curl system packages
Change-Id: I540024a4ebcbfa67cfc23f24855eb4d702ce4cb7
diff --git a/Dockerfile b/Dockerfile
index 7b9b4fd..5efc555 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,7 +4,7 @@
USER root
-RUN apt-get update; apt-get install -y inetutils-ping curl wget
+RUN apt-get update; apt-get install -y iputils-ping curl wget
WORKDIR /var/lib/
diff --git a/configure.sh b/configure.sh
index ab7f543..60f19a0 100755
--- a/configure.sh
+++ b/configure.sh
@@ -45,6 +45,7 @@
if [ -n "${PROXY}" ]; then
export https_proxy=$PROXY
fi
+ apt-get update; apt-get install -y iputils-ping curl wget
rally verify create-verifier --name tempest_verifier_$sub_name --type tempest --source $TEMPEST_REPO --version $tempest_version
rally verify add-verifier-ext --source https://github.com/openstack/telemetry-tempest-plugin
rally verify add-verifier-ext --source https://github.com/openstack/heat-tempest-plugin