From 85812470a882048a741001d109a68e994f4aad39 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Wed, 25 Oct 2017 20:51:30 -0400 Subject: 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 --- bootstrap/Dockerfile-template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap/Dockerfile-template') 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\ -- cgit 1.2.3-korg