From 2caa808dd485019c1b877238566a9d7964a0009a Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Feb 2018 15:34:32 -0800 Subject: [PATCH] Fixed issue with proxy-mysql image --- proxy-mysql/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy-mysql/ubuntu/Dockerfile b/proxy-mysql/ubuntu/Dockerfile index 134f3d220..e57a5cbb4 100644 --- a/proxy-mysql/ubuntu/Dockerfile +++ b/proxy-mysql/ubuntu/Dockerfile @@ -50,7 +50,7 @@ RUN locale-gen $LC_ALL && \ apt-get ${APT_FLAGS_PERSISTANT} install \ fping \ libcurl3 \ - libevent-2.0 + libevent-2.0 \ libmysqlclient18 \ libopenipmi0 \ libpcre3 \