summaryrefslogtreecommitdiffstats
path: root/engine-d-standalone/src/main/assembly/Dockerfile
diff options
context:
space:
mode:
authorGuangrongFu <fu.guangrong@zte.com.cn>2018-04-03 11:20:47 +0800
committerGuangrongFu <fu.guangrong@zte.com.cn>2018-04-03 11:20:47 +0800
commit531763da2a1e8a478df4f45be205199be457c176 (patch)
treeb7bdc5682a32eee5b5d311976f9cb70a26c8cb5a /engine-d-standalone/src/main/assembly/Dockerfile
parent7a0c31e82120ca8dc97e87befa96410db5bcb3f3 (diff)
Fixed the start-up failure of the engine module
Change-Id: I125c922d021530904916b16404847bdd5b6c46b1 Issue-ID: HOLMES-128 Signed-off-by: GuangrongFu <fu.guangrong@zte.com.cn>
Diffstat (limited to 'engine-d-standalone/src/main/assembly/Dockerfile')
-rw-r--r--engine-d-standalone/src/main/assembly/Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/engine-d-standalone/src/main/assembly/Dockerfile b/engine-d-standalone/src/main/assembly/Dockerfile
index 8aba688..082cec0 100644
--- a/engine-d-standalone/src/main/assembly/Dockerfile
+++ b/engine-d-standalone/src/main/assembly/Dockerfile
@@ -26,6 +26,9 @@ RUN wget http://archive.apache.org/dist/activemq/apache-activemq/5.9.0/apache-ac
RUN tar -xzvf apache-activemq-5.9.0-bin.tar.gz -C /home/activemq/
RUN rm -rf /home/downloads
+#install the postgres client
+RUN apt-get install -y postgresql-client-9.5 postgresql-contrib-9.5
+
#add holmes related resources to the docker image
RUN mkdir /home/holmes
WORKDIR /home/holmes