sttts / docker-galera-mariadb-10.0

Apache License 2.0
9 stars 114 forks source link

Fixing installation problem #1

Closed irmann closed 9 years ago

irmann commented 9 years ago

I tried to build the docker file, but I got the following:

The following packages have unmet dependencies: mariadb-galera-server : Depends: mariadb-galera-server-10.0 (= 10.0.17+maria-1~trusty) but it is not going to be installed E: Unable to correct problems, you have held broken packages. INFO[0011] The command [/bin/sh -c apt-get -y install mariadb-galera-server galera mariadb-client xtrabackup] returned a non-zero code: 100

Also in README.md, MYSQL_PASSWORD should be MYSQL_ROOT_PASSWORD

sttts commented 9 years ago

The Dockerfile obviously worked before. So maybe something changed in the repos. Thanks for die fixes!