Update mariadb Docker file

Signed-off-by: Munoz, Obed N <obed.n.munoz@intel.com>
This commit is contained in:
Munoz, Obed N
2016-10-21 08:14:10 -05:00
parent 853b44aa2d
commit 690acbbae1
+2 -2
View File
@@ -3,7 +3,7 @@ MAINTAINER leoswaldo.macias@intel.com
ARG swupd_args
RUN swupd bundle-add database-mariadb $swupd_args
RUN swupd bundle-add database-basic $swupd_args
RUN rm -rf /var/lib/swupd/*
RUN mkdir /etc/mariadb
@@ -15,4 +15,4 @@ VOLUME /var/lib/mysql
COPY bootstrap.sh /usr/bin
CMD '/usr/bin/bootstrap.sh'
EXPOSE 3306
EXPOSE 3306