Fixed issue with proxy-mysql image

This commit is contained in:
root
2018-02-17 16:01:49 -08:00
parent 06e4fe7296
commit 2af6225916

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 \