summaryrefslogtreecommitdiffstats
path: root/rulemgt-standalone/src/main/assembly/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'rulemgt-standalone/src/main/assembly/Dockerfile')
-rw-r--r--rulemgt-standalone/src/main/assembly/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/rulemgt-standalone/src/main/assembly/Dockerfile b/rulemgt-standalone/src/main/assembly/Dockerfile
index 2be3e4e..775f303 100644
--- a/rulemgt-standalone/src/main/assembly/Dockerfile
+++ b/rulemgt-standalone/src/main/assembly/Dockerfile
@@ -20,7 +20,8 @@ WORKDIR /home/holmes
ADD holmes-rulemgt-standalone-*-linux64.tar.gz /home/holmes/
RUN chmod 755 /home/holmes/bin/*.sh
-#RUN apt-get install -y mysql-client
+#install the postgres client
+RUN apt-get install -y postgresql-client-9.5 postgresql-contrib-9.5
ENTRYPOINT /home/holmes/bin/run.sh