From 91e7650ccd21a44b71e4caa37aaa87d9ed788400 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Mon, 14 Jun 2021 12:01:39 +0200 Subject: [PATCH] ping added - one of tempest tests needs it --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6795500..f2e597a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:20.04 RUN sed -i s/^deb-src.*// /etc/apt/sources.list -RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq && \ +RUN apt-get update && apt-get install --yes sudo python3-dev python3-pip vim git-core crudini jq iputils-ping && \ apt clean && \ pip3 --no-cache-dir install --upgrade pip setuptools && \ useradd -u 65500 -m rally && \