add openSSL

This commit is contained in:
Cuenot Damien 2014-10-10 22:54:35 +02:00
parent 9fc452451b
commit ccf6114295

View File

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