diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2019-08-27 11:34:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-08-27 11:34:07 +0000 |
commit | 6ca88fb069cdd7d0f57c1ed705b063cc40ea27b4 (patch) | |
tree | eebc7c6035f7287fa15903d2932a8c75dd0fd6dc | |
parent | 92a1565b1396704c61e8ddc1450f26676134524c (diff) | |
parent | 1e96995cf0c346e702173383916410d408d9a9e6 (diff) |
Merge "Switch to the classical ping (iputils)" into stable/hunter
-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 4514426d7..26ffdccf7 100644 --- a/docker/core/Dockerfile +++ b/docker/core/Dockerfile @@ -5,7 +5,7 @@ ARG OPENSTACK_TAG=stable/rocky 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 && \ |