mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-08-19 12:16:37 +00:00
Update mariadb Docker file
Signed-off-by: Munoz, Obed N <obed.n.munoz@intel.com>
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user