From 839ced1364912e010e7cb4caddaf32353dc6a2c0 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 17 Feb 2018 16:02:24 -0800 Subject: [PATCH] Fixed issue with proxy-mysql image --- server-mysql/ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server-mysql/ubuntu/Dockerfile b/server-mysql/ubuntu/Dockerfile index 00e59b61a..f53ee6a50 100644 --- a/server-mysql/ubuntu/Dockerfile +++ b/server-mysql/ubuntu/Dockerfile @@ -51,7 +51,7 @@ RUN locale-gen $LC_ALL && \ apt-get ${APT_FLAGS_COMMON} update && \ apt-get ${APT_FLAGS_PERSISTANT} install \ fping \ - libcurl3 + libcurl3 \ libiksemel3 \ libmysqlclient18 \ libopenipmi0 \