aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-07-05 11:11:36 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-07-05 11:11:36 +0800
commitaad083040c44856cdc8d395668bc625fe460c309 (patch)
tree9185995879927f762bad73bbd9df0a5557f90204
parent77392eed8b1f05d4b5798287290c8e14d18e330f (diff)
Update mysql version from 5.5 to 5.6
Change-Id: I6715bbfc5d6f59f6fa0badd5f1553eae4487177d Issue-ID: VFC-1429 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 5423533..bbf9e32 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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 && \