From: beierlm Date: Thu, 15 Apr 2021 18:52:00 +0000 (-0400) Subject: Add ping to robot container X-Git-Tag: branch-sol006v331-start~6 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=refs%2Fchanges%2F48%2F10648%2F1 Add ping to robot container Adds iputils ping package to the robot container so it can ping vms as part of its tests. Change-Id: I1b0e3a3f9c2e0860ceb05ffa4e04b86cc658557c Signed-off-by: beierlm --- diff --git a/docker/tests/Dockerfile b/docker/tests/Dockerfile index f191ddf2..a2c4378a 100644 --- a/docker/tests/Dockerfile +++ b/docker/tests/Dockerfile @@ -29,6 +29,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \ gettext-base \ git=1:2.17.1-1ubuntu0.8 \ + iputils-ping=3:20161105-1ubuntu3 \ jq=1.5+dfsg-2 \ libcurl4-openssl-dev=7.58.0-2ubuntu3.13 \ libssl-dev=1.1.1-1ubuntu2.1~18.04.9