From 755ea90c5f76cd4b4511f8f4f17bc314221de3c8 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Feb 2018 15:33:38 -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 17feae171..345085529 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 \