From f442d1a0d705df07a5f25728ef300ce613da2f62 Mon Sep 17 00:00:00 2001 From: Rich Signell Date: Tue, 17 Oct 2017 17:32:12 -0400 Subject: [PATCH] adding ping --- files/jupyterhub/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/jupyterhub/Dockerfile b/files/jupyterhub/Dockerfile index 23c519f..5f6e240 100644 --- a/files/jupyterhub/Dockerfile +++ b/files/jupyterhub/Dockerfile @@ -18,7 +18,8 @@ RUN wget https://get.docker.com -q -O /tmp/getdocker && \ chmod +x /tmp/getdocker && \ sh /tmp/getdocker && \ rm /tmp/getdocker && \ - apt-get -y clean && apt-get -y autoremove + apt-get -y clean && apt-get -y autoremove && \ + apt-get install iputils-ping # Install the Docker Swarm spawner RUN git clone https://github.com/isuftin/SwarmSpawner /tmp/SwarmSpawner && \