add openSSL

This commit is contained in:
Cuenot Damien 2014-10-10 22:54:54 +02:00
parent ccf6114295
commit 524908779e

View File

@ -37,6 +37,7 @@ RUN set -x \
--with-mysql \
--with-mysqli \
--with-pdo-mysql \
--with-openssl \
&& make -j"$(nproc)" \
&& make install \
&& dpkg -r bison libbison-dev \