FROM mysql/mysql-server:5.7.12

RUN yum install -y openssh-server openssh-clients wget
RUN wget https://code.senomas.com/seno/docker-util-out/raw/master/linux-amd64/hlic

ADD my.cnf /etc/my.cnf
ADD init-db.sql /docker-entrypoint-initdb.d/init-db.sql