Fixed issue with proxy-mysql image

This commit is contained in:
root 2018-02-17 15:49:51 -08:00
parent 755ea90c5f
commit 745f51ee3a

View File

@ -51,7 +51,7 @@ RUN locale-gen $LC_ALL && \
apt-get ${APT_FLAGS_COMMON} update && \
apt-get ${APT_FLAGS_PERSISTANT} install \
fping \
libcurl3
libcurl3 \
libevent-2.0 \
libiksemel3 \
libmysqlclient18 \