Update mysql version from 5.5 to 5.6 21/90921/1
authorfujinhua <fu.jinhua@zte.com.cn>
Fri, 5 Jul 2019 03:11:36 +0000 (11:11 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Fri, 5 Jul 2019 03:11:36 +0000 (11:11 +0800)
Change-Id: I6715bbfc5d6f59f6fa0badd5f1553eae4487177d
Issue-ID: VFC-1429
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
docker/Dockerfile

index 5423533..bbf9e32 100644 (file)
@@ -16,8 +16,8 @@ RUN apt-get update && \
     apt-get install -y gcc && \
     apt-get install -y libmysqlclient-dev && \
     apt-get install -y redis-server && \
-    apt-get install -y mysql-server && \
-    apt-get install -y mysql-client && \
+    apt-get install -y mysql-server-5.6 && \
+    apt-get install -y mysql-client-5.6 && \
     apt-get install -y wget && \
     apt-get install -y unzip && \
     apt-get install -y build-essential && \