add openSSL

This commit is contained in:
Cuenot Damien 2014-10-10 22:53:58 +02:00
parent 1317deb6f7
commit 7daab7cc1e

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 \