You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by aa...@apache.org on 2019/09/10 01:21:53 UTC

[pulsar] 01/01: Add ping util to Docker file

This is an automated email from the ASF dual-hosted git repository.

aahmed pushed a commit to branch ping1
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 32a46c4a50e3a3208cb086789147cc4b91863562
Author: Ali Ahmed <al...@gmail.com>
AuthorDate: Mon Sep 9 18:21:14 2019 -0700

    Add ping util to Docker file
---
 docker/pulsar/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/pulsar/Dockerfile b/docker/pulsar/Dockerfile
index 4315961..de4470b 100644
--- a/docker/pulsar/Dockerfile
+++ b/docker/pulsar/Dockerfile
@@ -43,7 +43,7 @@ COPY --from=pulsar /pulsar /pulsar
 
 # Install some utilities
 RUN apt-get update \
-     && apt-get install -y netcat dnsutils less procps \
+     && apt-get install -y netcat dnsutils less procps iputils-ping \
                  python2.7 python-setuptools \
                  python3-setuptools \
                  libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev \