Skip to content

Commit c44dddb

Browse files
committed
mariadb: Proper directories creation
Signed-off-by: Obed N Munoz <[email protected]>
1 parent 998c3bf commit c44dddb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mariadb/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ RUN swupd update $swupd_args
77
RUN swupd bundle-add database-basic $swupd_args
88
RUN rm -rf /var/lib/swupd/*
99

10-
RUN mkdir /etc/mariadb
10+
RUN mkdir -p /etc/mariadb
1111
COPY my.cnf /etc/mariadb
1212

13-
RUN mkdir /var/lib/mysql
13+
RUN mkdir -p /var/lib/mysql
1414
VOLUME /var/lib/mysql
1515

1616
COPY bootstrap.sh /usr/bin

0 commit comments

Comments
 (0)