Dockerfile 250 B

1234567
  1. FROM mysql/mysql-server:5.7.12
  2. RUN yum install -y openssh-server openssh-clients wget
  3. RUN wget https://code.senomas.com/seno/docker-util-out/raw/master/linux-amd64/hlic
  4. ADD my.cnf /etc/my.cnf
  5. ADD init-db.sql /docker-entrypoint-initdb.d/init-db.sql