File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,9 @@ RUN yum -y install yum-utils
27
27
RUN yum-config-manager --enable remi
28
28
RUN yum-config-manager --enable remi-php56
29
29
30
- # Install mysql
30
+ # Install mariadb 10.1
31
+ RUN cd /etc/yum.repos.d/
32
+ RUN wget https://github.com/DeepskyLog/Docker/blob/master/MariaDB101.repo
31
33
RUN yum -y install mysql mysql-devel mysql-server compat-mysql51
32
34
33
35
# Install php 5.6
Original file line number Diff line number Diff line change
1
+ # MariaDB 10.0 CentOS repository list - created 2014-10-10 17:33 UTC
2
+ # http://mariadb.org/mariadb/repositories/
3
+ [mariadb]
4
+ name = MariaDB
5
+ baseurl = http://yum.mariadb.org/10.1/centos6-amd64
6
+ gpgkey=https://yum.mariadb.org/RPM-GPG-KEY-MariaDB
7
+ gpgcheck=1
Original file line number Diff line number Diff line change 1
- # Dockerfile that modifies ringo/scientific to create a data volumne container.
1
+ # Dockerfile that modifies ringo/scientific to create a data volume container.
2
2
FROM ringo/scientific:6.6
3
3
MAINTAINER Wim De Meester <
[email protected] >
4
4
RUN mkdir -p /var/lib/mysql
You can’t perform that action at this time.
0 commit comments