summaryrefslogtreecommitdiffstats
path: root/bootstrap/Dockerfile-template
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2017-10-25 20:51:30 -0400
committerLusheng Ji <lji@research.att.com>2017-10-26 12:33:29 +0000
commit85812470a882048a741001d109a68e994f4aad39 (patch)
tree5889bf5e2d81e2314bb381784ff2f0b1130d9afd /bootstrap/Dockerfile-template
parent557c2cd33a111c48212d400860637f65edb4fcb6 (diff)
Fix file not found error
In addition the following: Disable designate import function Install ping and nc to docker container (Dockerfile) Issue-Id: DCAEGEN2-127 Change-Id: I13a8684260e9352bf2ae5efb7f6837f23a58cf97 Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'bootstrap/Dockerfile-template')
-rw-r--r--bootstrap/Dockerfile-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/Dockerfile-template b/bootstrap/Dockerfile-template
index 935e77b..531939a 100644
--- a/bootstrap/Dockerfile-template
+++ b/bootstrap/Dockerfile-template
@@ -3,7 +3,7 @@ MAINTAINER maintainer
ENV INSROOT /opt/app
ENV APPUSER installer
RUN apt-get update\
- && apt-get install -y wget python-virtualenv python-pip ssh ed curl uuid-runtime\
+ && apt-get install -y iputils-ping wget python-virtualenv python-pip ssh ed curl uuid-runtime netcat\
&& apt-get clean\
&& pip install --upgrade pip\
&& mkdir -p ${INSROOT}/${APPUSER}/blueprints\