Fixed issue with proxy-mysql image

This commit is contained in:
root 2018-02-17 15:51:58 -08:00
parent ae0b7a95a0
commit 59f4e534f2

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 \
libiksemel3 \
libmysqlclient18 \
libopenipmi0 \