|
@@ -1,7 +1,7 @@
|
|
|
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/raw/master/out/linux-amd64/hlic
|
|
|
+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
|