Modifies POL to create database if using mysql URI

Change-Id: I718e703992eac66bae22cbc44ea8b78cbd776371
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 3c00b7a..2ca3fc4 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -25,7 +25,7 @@
 LABEL authors="Benjamín Díaz"
 
 RUN apt-get --yes update \
- && apt-get --yes install python3 python3-pip libmysqlclient-dev git \
+ && apt-get --yes install python3 python3-pip libmysqlclient-dev git mysql-client \
  && pip3 install pip==9.0.3
 
 COPY requirements.txt /policy_module/requirements.txt
@@ -48,3 +48,5 @@
 ENV OSMPOL_GLOBAL_LOGLEVEL INFO
 
 CMD osm-policy-agent
+
+CMD /bin/bash /policy_module/docker/scripts/start.sh
\ No newline at end of file