diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-26 22:14:02 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-08-26 22:19:37 +0200 |
commit | 319c996767a62fa2bc88e1f30bcfe5a8312195ff (patch) | |
tree | 20dce591e3992833cdf7817f0863230a0f2107b3 /docker/core | |
parent | b44b6d717fc92904d4c70d4c26bdad4619929160 (diff) |
Switch to the classical ping (iputils)
Ping provided by busybox doesn't support -M (pmtudisc_opt) which is
asked by [1] (part of tempest_slow).
[1] tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_mtu_sized_frames
Change-Id: I75340f239ae372b56cffe9c30c6242878c06ef74
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 4ba4fac64df972d805bf7e88e9b5a987724e2aa9)
Diffstat (limited to 'docker/core')
-rw-r--r-- | docker/core/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile index b50f5096b..c60fb9e47 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/stein RUN apk --no-cache add --update \ python libffi openssl libjpeg-turbo py-pip bash \ - grep sed wget ca-certificates git openssh-client qemu-img && \ + grep sed wget ca-certificates git openssh-client qemu-img iputils && \ apk --no-cache add --virtual .build-deps --update \ python-dev build-base linux-headers libffi-dev \ openssl-dev libjpeg-turbo-dev && \ |